Shades of Deep Sky Blue #24D4FF
Tints of Deep Sky Blue #24D4FF
RGB
CMYK
RGB Variations
Color information
#24D4FF (or 0x24D4FF) is known color: Deep Sky Blue. HEX triplet: 24, D4 and FF. RGB value is (36,212,255). Sum of RGB (Red+Green+Blue) = 36+212+255=503 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.16% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #24D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D4FF is #DB2B00. Grayscale: #A3A3A3. Windows color (decimal): -14363393 or 16765988. OLE color: 16765988.
HSL color Cylindrical-coordinate representation of color #24D4FF: hue angle of 191.78º 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 #24D4FF is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 212 | 255 | - |
| CMYK | 0.86 | 0.17 | 0 | 0 |
| HSL | 191.78º | 1% | 0.57% | - |
| HSV(B) | 191.78º | 0.86% | 1% | - |
| XYZ | 42.32 | 54.68 | 102.93 | - |
| YUV | 164.28 | 179.19 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 255 | 0.86 | 0.17 | 0 | 0 | 191.78 | 1 | 0.57 |
| Hex | 24 | D4 | FF | 56 | 11 | 0 | 0 | C0 | 64 | 39 |
| Octal | 44 | 324 | 377 | 126 | 21 | 0 | 0 | 300 | 144 | 71 |
| Binary | 100100 | 11010100 | 11111111 | 1010110 | 10001 | 0 | 0 | 11000000 | 1100100 | 111001 |
Color Harmonies of #24D4FF
Complementary color
Monochromatic Colors of #24D4FF
Black with #24D4FF
Text Example
Text Example
White with #24D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4FF; }
p { color: rgb(36,212,255); }
H1.HeaderClassName
{
color: #24D4FF;
}
.AnyTagClassName
{
color: #24D4FF;
}
</style>
background-color css
<style>
a { background-color: #24D4FF; }
a { background-color: rgb(36,212,255); }
div.DivClassName
{
background-color: #24D4FF;
}
.BgClassName
{
background-color: #24D4FF;
}
</style>
border-color css
<style>
span { border-color: #24D4FF; }
span { border-color: rgb(36,212,255); }
td.TdClassName
{
border-color: #24D4FF;
}
.TagClassName
{
border-color: #24D4FF;
}
</style>