#2DCAED

Color #2DCAED Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DCAED

Tints of Summer Sky #2DCAED

Color information

#2DCAED (or 0x2DCAED) is unknown color: approx Summer Sky. HEX triplet: 2D, CA and ED. RGB value is (45,202,237). Sum of RGB (Red+Green+Blue) = 45+202+237=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAED is #D23512. Grayscale: #9E9E9E. Windows color (decimal): -13776147 or 15583789. OLE color: 15583789.

HSL color Cylindrical-coordinate representation of color #2DCAED: hue angle of 190.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCAED is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB45202237-
CMYK0.810.1500.07
HSL190.94º84.21%55.29%-
HSV(B)190.94º81.01%92.94%-
XYZ37.4948.9187.59-
YUV159.05171.9946.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 9.30%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=9.30%
G=41.74%
B=48.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal452022370.810.1500.07190.9484.2155.29
Hex2DCAED51F07bf5437
Octal55312355121170727712467
Binary1011011100101011101101101000111110111101111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DCAED; }

 p { color: rgb(45,202,237); }

 H1.HeaderClassName
 {
   color: #2DCAED;
 }
 .AnyTagClassName
 {
   color: #2DCAED;
 }
</style>
background-color css

<style>
 a { background-color: #2DCAED; }

 a { background-color: rgb(45,202,237); }

 div.DivClassName
 {
   background-color: #2DCAED;
 }
 .BgClassName
 {
   background-color: #2DCAED;
 }
</style>
border-color css

<style>
 span { border-color: #2DCAED; }

 span { border-color: rgb(45,202,237); }

 td.TdClassName
 {
   border-color: #2DCAED;
 }
 .TagClassName
 {
   border-color: #2DCAED;
 }
</style>