Shades of Deep Sky Blue #24D9FF
Tints of Deep Sky Blue #24D9FF
RGB
CMYK
RGB Variations
Color information
#24D9FF (or 0x24D9FF) is known color: Deep Sky Blue. HEX triplet: 24, D9 and FF. RGB value is (36,217,255). Sum of RGB (Red+Green+Blue) = 36+217+255=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #24D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D9FF is #DB2600. Grayscale: #A6A6A6. Windows color (decimal): -14362113 or 16767268. OLE color: 16767268.
HSL color Cylindrical-coordinate representation of color #24D9FF: hue angle of 190.41º 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 #24D9FF is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 217 | 255 | - |
| CMYK | 0.86 | 0.15 | 0 | 0 |
| HSL | 190.41º | 1% | 0.57% | - |
| HSV(B) | 190.41º | 0.86% | 1% | - |
| XYZ | 43.59 | 57.22 | 103.36 | - |
| YUV | 167.21 | 177.53 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 217 | 255 | 0.86 | 0.15 | 0 | 0 | 190.41 | 1 | 0.57 |
| Hex | 24 | D9 | FF | 56 | F | 0 | 0 | BE | 64 | 39 |
| Octal | 44 | 331 | 377 | 126 | 17 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100100 | 11011001 | 11111111 | 1010110 | 1111 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #24D9FF
Complementary color
Monochromatic Colors of #24D9FF
Black with #24D9FF
Text Example
Text Example
White with #24D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D9FF; }
p { color: rgb(36,217,255); }
H1.HeaderClassName
{
color: #24D9FF;
}
.AnyTagClassName
{
color: #24D9FF;
}
</style>
background-color css
<style>
a { background-color: #24D9FF; }
a { background-color: rgb(36,217,255); }
div.DivClassName
{
background-color: #24D9FF;
}
.BgClassName
{
background-color: #24D9FF;
}
</style>
border-color css
<style>
span { border-color: #24D9FF; }
span { border-color: rgb(36,217,255); }
td.TdClassName
{
border-color: #24D9FF;
}
.TagClassName
{
border-color: #24D9FF;
}
</style>