#21a6dd

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

Shades of Summer Sky #21A6DD

Tints of Summer Sky #21A6DD

Color information

#21A6DD (or 0x21A6DD) is unknown color: approx Summer Sky. HEX triplet: 21, A6 and DD. RGB value is (33,166,221). Sum of RGB (Red+Green+Blue) = 33+166+221=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #21A6DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6DD is #DE5922. Grayscale: #848484. Windows color (decimal): -14571811 or 14525985. OLE color: 14525985.

HSL color Cylindrical-coordinate representation of color #21A6DD: hue angle of 197.55º 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 #21A6DD is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33166221-
CMYK0.850.2500.13
HSL197.55º74.02%49.8%-
HSV(B)197.55º85.07%86.67%-
XYZ27.3132.8273.3-
YUV132.5177.9457.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.86%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=7.86%
G=39.52%
B=52.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331662210.850.2500.13197.5574.0249.8
Hex21A6DD55190Dc64a32
Octal412463351253101530611262
Binary100001101001101101110110101011100101101110001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a6dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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