#2CCCDE

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

Shades of Summer Sky #2CCCDE

Tints of Summer Sky #2CCCDE

Color information

#2CCCDE (or 0x2CCCDE) is unknown color: approx Summer Sky. HEX triplet: 2C, CC and DE. RGB value is (44,204,222). Sum of RGB (Red+Green+Blue) = 44+204+222=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CCCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCDE is #D33321. Grayscale: #9D9D9D. Windows color (decimal): -13841186 or 14601260. OLE color: 14601260.

HSL color Cylindrical-coordinate representation of color #2CCCDE: hue angle of 186.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCCDE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44204222-
CMYK0.800.0800.13
HSL186.07º72.95%52.16%-
HSV(B)186.07º80.18%87.06%-
XYZ35.824976.68-
YUV158.21163.9946.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.36%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=9.36%
G=43.40%
B=47.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442042220.800.0800.13186.0772.9552.16
Hex2CCCDE5080Dba4934
Octal543143361201001527211164
Binary10110011001100110111101010000100001101101110101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,204,222); }

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

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

 a { background-color: rgb(44,204,222); }

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

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

 span { border-color: rgb(44,204,222); }

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