Shades of Deep Sky Blue #24D7FF
Tints of Deep Sky Blue #24D7FF
RGB
CMYK
RGB Variations
Color information
#24D7FF (or 0x24D7FF) is known color: Deep Sky Blue. HEX triplet: 24, D7 and FF. RGB value is (36,215,255). Sum of RGB (Red+Green+Blue) = 36+215+255=506 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.11% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #24D7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D7FF is #DB2800. Grayscale: #A5A5A5. Windows color (decimal): -14362625 or 16766756. OLE color: 16766756.
HSL color Cylindrical-coordinate representation of color #24D7FF: hue angle of 190.96º 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 #24D7FF is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 215 | 255 | - |
| CMYK | 0.86 | 0.16 | 0 | 0 |
| HSL | 190.96º | 1% | 0.57% | - |
| HSV(B) | 190.96º | 0.86% | 1% | - |
| XYZ | 43.08 | 56.2 | 103.18 | - |
| YUV | 166.04 | 178.2 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 215 | 255 | 0.86 | 0.16 | 0 | 0 | 190.96 | 1 | 0.57 |
| Hex | 24 | D7 | FF | 56 | 10 | 0 | 0 | BF | 64 | 39 |
| Octal | 44 | 327 | 377 | 126 | 20 | 0 | 0 | 277 | 144 | 71 |
| Binary | 100100 | 11010111 | 11111111 | 1010110 | 10000 | 0 | 0 | 10111111 | 1100100 | 111001 |
Color Harmonies of #24D7FF
Complementary color
Monochromatic Colors of #24D7FF
Black with #24D7FF
Text Example
Text Example
White with #24D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D7FF; }
p { color: rgb(36,215,255); }
H1.HeaderClassName
{
color: #24D7FF;
}
.AnyTagClassName
{
color: #24D7FF;
}
</style>
background-color css
<style>
a { background-color: #24D7FF; }
a { background-color: rgb(36,215,255); }
div.DivClassName
{
background-color: #24D7FF;
}
.BgClassName
{
background-color: #24D7FF;
}
</style>
border-color css
<style>
span { border-color: #24D7FF; }
span { border-color: rgb(36,215,255); }
td.TdClassName
{
border-color: #24D7FF;
}
.TagClassName
{
border-color: #24D7FF;
}
</style>