Shades of Deep Sky Blue #21DBFF
Tints of Deep Sky Blue #21DBFF
RGB
CMYK
RGB Variations
Color information
#21DBFF (or 0x21DBFF) is known color: Deep Sky Blue. HEX triplet: 21, DB and FF. RGB value is (33,219,255). Sum of RGB (Red+Green+Blue) = 33+219+255=507 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.51% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #21DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DBFF is #DE2400. Grayscale: #A7A7A7. Windows color (decimal): -14558209 or 16767777. OLE color: 16767777.
HSL color Cylindrical-coordinate representation of color #21DBFF: hue angle of 189.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DBFF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 219 | 255 | - |
| CMYK | 0.87 | 0.14 | 0 | 0 |
| HSL | 189.73º | 1% | 0.56% | - |
| HSV(B) | 189.73º | 0.87% | 1% | - |
| XYZ | 44.01 | 58.21 | 103.52 | - |
| YUV | 167.49 | 177.38 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 255 | 0.87 | 0.14 | 0 | 0 | 189.73 | 1 | 0.56 |
| Hex | 21 | DB | FF | 57 | E | 0 | 0 | BE | 64 | 38 |
| Octal | 41 | 333 | 377 | 127 | 16 | 0 | 0 | 276 | 144 | 70 |
| Binary | 100001 | 11011011 | 11111111 | 1010111 | 1110 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #21DBFF
Complementary color
Monochromatic Colors of #21DBFF
Black with #21DBFF
Text Example
Text Example
White with #21DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBFF; }
p { color: rgb(33,219,255); }
H1.HeaderClassName
{
color: #21DBFF;
}
.AnyTagClassName
{
color: #21DBFF;
}
</style>
background-color css
<style>
a { background-color: #21DBFF; }
a { background-color: rgb(33,219,255); }
div.DivClassName
{
background-color: #21DBFF;
}
.BgClassName
{
background-color: #21DBFF;
}
</style>
border-color css
<style>
span { border-color: #21DBFF; }
span { border-color: rgb(33,219,255); }
td.TdClassName
{
border-color: #21DBFF;
}
.TagClassName
{
border-color: #21DBFF;
}
</style>