#21C3DD

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

Shades of Summer Sky #21C3DD

Tints of Summer Sky #21C3DD

Color information

#21C3DD (or 0x21C3DD) is unknown color: approx Summer Sky. HEX triplet: 21, C3 and DD. RGB value is (33,195,221). Sum of RGB (Red+Green+Blue) = 33+195+221=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #21C3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C3DD is #DE3C22. Grayscale: #959595. Windows color (decimal): -14564387 or 14533409. OLE color: 14533409.

HSL color Cylindrical-coordinate representation of color #21C3DD: hue angle of 188.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C3DD is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33195221-
CMYK0.850.1200.13
HSL188.3º74.02%49.8%-
HSV(B)188.3º85.07%86.67%-
XYZ33.1944.5775.26-
YUV149.53168.3344.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.35%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=7.35%
G=43.43%
B=49.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331952210.850.1200.13188.374.0249.8
Hex21C3DD55C0Dbc4a32
Octal413033351251401527411262
Binary10000111000011110111011010101110001101101111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,195,221); }

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

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

 a { background-color: rgb(33,195,221); }

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

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

 span { border-color: rgb(33,195,221); }

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