#2ccaee

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

Shades of Summer Sky #2CCAEE

Tints of Summer Sky #2CCAEE

Color information

#2CCAEE (or 0x2CCAEE) is unknown color: approx Summer Sky. HEX triplet: 2C, CA and EE. RGB value is (44,202,238). Sum of RGB (Red+Green+Blue) = 44+202+238=484 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.09% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCAEE is #D33511. Grayscale: #9E9E9E. Windows color (decimal): -13841682 or 15649324. OLE color: 15649324.

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

Color convert

RGB44202238-
CMYK0.820.1500.07
HSL191.13º85.09%55.29%-
HSV(B)191.13º81.51%93.33%-
XYZ37.5948.9588.36-
YUV158.86172.6546.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.09%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 238 (93.36% from 255) = 49.17%
R=9.09%
G=41.74%
B=49.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal442022380.820.1500.07191.1385.0955.29
Hex2CCAEE52F07bf5537
Octal54312356122170727712567
Binary1011001100101011101110101001011110111101111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ccaee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,202,238); }

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

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

 a { background-color: rgb(44,202,238); }

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

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

 span { border-color: rgb(44,202,238); }

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