#21ABD9

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

Shades of Summer Sky #21ABD9

Tints of Summer Sky #21ABD9

Color information

#21ABD9 (or 0x21ABD9) is unknown color: approx Summer Sky. HEX triplet: 21, AB and D9. RGB value is (33,171,217). Sum of RGB (Red+Green+Blue) = 33+171+217=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #21ABD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABD9 is #DE5426. Grayscale: #868686. Windows color (decimal): -14570535 or 14265121. OLE color: 14265121.

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

Color convert

RGB33171217-
CMYK0.850.2100.15
HSL195º73.6%49.02%-
HSV(B)195º84.79%85.1%-
XYZ27.7134.4670.84-
YUV134.98174.2855.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.84%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=7.84%
G=40.62%
B=51.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331712170.850.2100.1519573.649.02
Hex21ABD955150Fc34a31
Octal412533311252501730311261
Binary100001101010111101100110101011010101111110000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,171,217); }

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

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

 a { background-color: rgb(33,171,217); }

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

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

 span { border-color: rgb(33,171,217); }

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