#21CEEC

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

Shades of Summer Sky #21CEEC

Tints of Summer Sky #21CEEC

Color information

#21CEEC (or 0x21CEEC) is unknown color: approx Summer Sky. HEX triplet: 21, CE and EC. RGB value is (33,206,236). Sum of RGB (Red+Green+Blue) = 33+206+236=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #21CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEEC is #DE3113. Grayscale: #9D9D9D. Windows color (decimal): -14561556 or 15519265. OLE color: 15519265.

HSL color Cylindrical-coordinate representation of color #21CEEC: hue angle of 188.87º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CEEC is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33206236-
CMYK0.860.1300.07
HSL188.87º84.23%52.75%-
HSV(B)188.87º86.02%92.55%-
XYZ37.8450.5287.11-
YUV157.69172.1939.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.95%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=6.95%
G=43.37%
B=49.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332062360.860.1300.07188.8784.2352.75
Hex21CEEC56D07bd5435
Octal41316354126150727512465
Binary1000011100111011101100101011011010111101111011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21CEEC; }

 p { color: rgb(33,206,236); }

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

<style>
 a { background-color: #21CEEC; }

 a { background-color: rgb(33,206,236); }

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

<style>
 span { border-color: #21CEEC; }

 span { border-color: rgb(33,206,236); }

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