#21B3DC

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

Shades of Summer Sky #21B3DC

Tints of Summer Sky #21B3DC

Color information

#21B3DC (or 0x21B3DC) is unknown color: approx Summer Sky. HEX triplet: 21, B3 and DC. RGB value is (33,179,220). Sum of RGB (Red+Green+Blue) = 33+179+220=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #21B3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B3DC is #DE4C23. Grayscale: #8B8B8B. Windows color (decimal): -14568484 or 14463777. OLE color: 14463777.

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

Color convert

RGB33179220-
CMYK0.850.1900.14
HSL193.16º73.91%49.61%-
HSV(B)193.16º85%86.27%-
XYZ29.6737.7373.43-
YUV140.02173.1351.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.64%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=7.64%
G=41.44%
B=50.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal331792200.850.1900.14193.1673.9149.61
Hex21B3DC55130Ec14a32
Octal412633341252301630111262
Binary100001101100111101110010101011001101110110000011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,179,220); }

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

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

 a { background-color: rgb(33,179,220); }

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

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

 span { border-color: rgb(33,179,220); }

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