Shades of Deep Sky Blue #24DBFF
Tints of Deep Sky Blue #24DBFF
RGB
CMYK
RGB Variations
Color information
#24DBFF (or 0x24DBFF) is known color: Deep Sky Blue. HEX triplet: 24, DB and FF. RGB value is (36,219,255). Sum of RGB (Red+Green+Blue) = 36+219+255=510 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.06% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #24DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DBFF is #DB2400. Grayscale: #A8A8A8. Windows color (decimal): -14361601 or 16767780. OLE color: 16767780.
HSL color Cylindrical-coordinate representation of color #24DBFF: hue angle of 189.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DBFF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 219 | 255 | - |
| CMYK | 0.86 | 0.14 | 0 | 0 |
| HSL | 189.86º | 1% | 0.57% | - |
| HSV(B) | 189.86º | 0.86% | 1% | - |
| XYZ | 44.11 | 58.26 | 103.53 | - |
| YUV | 168.39 | 176.87 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 255 | 0.86 | 0.14 | 0 | 0 | 189.86 | 1 | 0.57 |
| Hex | 24 | DB | FF | 56 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 44 | 333 | 377 | 126 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100100 | 11011011 | 11111111 | 1010110 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #24DBFF
Complementary color
Monochromatic Colors of #24DBFF
Black with #24DBFF
Text Example
Text Example
White with #24DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBFF; }
p { color: rgb(36,219,255); }
H1.HeaderClassName
{
color: #24DBFF;
}
.AnyTagClassName
{
color: #24DBFF;
}
</style>
background-color css
<style>
a { background-color: #24DBFF; }
a { background-color: rgb(36,219,255); }
div.DivClassName
{
background-color: #24DBFF;
}
.BgClassName
{
background-color: #24DBFF;
}
</style>
border-color css
<style>
span { border-color: #24DBFF; }
span { border-color: rgb(36,219,255); }
td.TdClassName
{
border-color: #24DBFF;
}
.TagClassName
{
border-color: #24DBFF;
}
</style>