#21C2DB

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

Shades of Summer Sky #21C2DB

Tints of Summer Sky #21C2DB

Color information

#21C2DB (or 0x21C2DB) is unknown color: approx Summer Sky. HEX triplet: 21, C2 and DB. RGB value is (33,194,219). Sum of RGB (Red+Green+Blue) = 33+194+219=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #21C2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2DB is #DE3D24. Grayscale: #949494. Windows color (decimal): -14564645 or 14402081. OLE color: 14402081.

HSL color Cylindrical-coordinate representation of color #21C2DB: hue angle of 188.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C2DB is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB33194219-
CMYK0.850.1100.14
HSL188.06º73.81%49.41%-
HSV(B)188.06º84.93%85.88%-
XYZ32.7144.0273.79-
YUV148.71167.6645.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.40%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=7.40%
G=43.50%
B=49.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal331942190.850.1100.14188.0673.8149.41
Hex21C2DB55B0Ebc4a31
Octal413023331251301627411261
Binary10000111000010110110111010101101101110101111001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,194,219); }

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

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

 a { background-color: rgb(33,194,219); }

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

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

 span { border-color: rgb(33,194,219); }

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