Shades of Deep Sky Blue #24DBFE
Tints of Deep Sky Blue #24DBFE
RGB
CMYK
RGB Variations
Color information
#24DBFE (or 0x24DBFE) is known color: Deep Sky Blue. HEX triplet: 24, DB and FE. RGB value is (36,219,254). Sum of RGB (Red+Green+Blue) = 36+219+254=509 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.07% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #24DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DBFE is #DB2401. Grayscale: #A7A7A7. Windows color (decimal): -14361602 or 16702244. OLE color: 16702244.
HSL color Cylindrical-coordinate representation of color #24DBFE: hue angle of 189.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DBFE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 219 | 254 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.00 |
| HSL | 189.63º | 0.99% | 0.57% | - |
| HSV(B) | 189.63º | 0.86% | 1% | - |
| XYZ | 43.95 | 58.19 | 102.68 | - |
| YUV | 168.27 | 176.37 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 254 | 0.86 | 0.14 | 0 | 0.00 | 189.63 | 0.99 | 0.57 |
| Hex | 24 | DB | FE | 56 | E | 0 | 0 | BE | 63 | 39 |
| Octal | 44 | 333 | 376 | 126 | 16 | 0 | 0 | 276 | 143 | 71 |
| Binary | 100100 | 11011011 | 11111110 | 1010110 | 1110 | 0 | 0 | 10111110 | 1100011 | 111001 |
Color Harmonies of #24DBFE
Complementary color
Monochromatic Colors of #24DBFE
Black with #24DBFE
Text Example
Text Example
White with #24DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBFE; }
p { color: rgb(36,219,254); }
H1.HeaderClassName
{
color: #24DBFE;
}
.AnyTagClassName
{
color: #24DBFE;
}
</style>
background-color css
<style>
a { background-color: #24DBFE; }
a { background-color: rgb(36,219,254); }
div.DivClassName
{
background-color: #24DBFE;
}
.BgClassName
{
background-color: #24DBFE;
}
</style>
border-color css
<style>
span { border-color: #24DBFE; }
span { border-color: rgb(36,219,254); }
td.TdClassName
{
border-color: #24DBFE;
}
.TagClassName
{
border-color: #24DBFE;
}
</style>