Shades of Summer Sky #21AFDB
Tints of Summer Sky #21AFDB
RGB
CMYK
RGB Variations
Color information
#21AFDB (or 0x21AFDB) is known color: Summer Sky. HEX triplet: 21, AF and DB. RGB value is (33,175,219). Sum of RGB (Red+Green+Blue) = 33+175+219=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #21AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFDB is #DE5024. Grayscale: #898989. Windows color (decimal): -14569509 or 14397217. OLE color: 14397217.
HSL color Cylindrical-coordinate representation of color #21AFDB: hue angle of 194.19º 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 #21AFDB is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 175 | 219 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.14 |
| HSL | 194.19º | 0.74% | 0.49% | - |
| HSV(B) | 194.19º | 0.85% | 0.86% | - |
| XYZ | 28.74 | 36.1 | 72.47 | - |
| YUV | 137.56 | 173.96 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 219 | 0.85 | 0.20 | 0 | 0.14 | 194.19 | 0.74 | 0.49 |
| Hex | 21 | AF | DB | 55 | 14 | 0 | E | C2 | 4A | 31 |
| Octal | 41 | 257 | 333 | 125 | 24 | 0 | 16 | 302 | 112 | 61 |
| Binary | 100001 | 10101111 | 11011011 | 1010101 | 10100 | 0 | 1110 | 11000010 | 1001010 | 110001 |
Color Harmonies of #21AFDB
Complementary color
Monochromatic Colors of #21AFDB
Black with #21AFDB
Text Example
Text Example
White with #21AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFDB; }
p { color: rgb(33,175,219); }
H1.HeaderClassName
{
color: #21AFDB;
}
.AnyTagClassName
{
color: #21AFDB;
}
</style>
background-color css
<style>
a { background-color: #21AFDB; }
a { background-color: rgb(33,175,219); }
div.DivClassName
{
background-color: #21AFDB;
}
.BgClassName
{
background-color: #21AFDB;
}
</style>
border-color css
<style>
span { border-color: #21AFDB; }
span { border-color: rgb(33,175,219); }
td.TdClassName
{
border-color: #21AFDB;
}
.TagClassName
{
border-color: #21AFDB;
}
</style>