Shades of Deep Sky Blue #24DCFF
Tints of Deep Sky Blue #24DCFF
RGB
CMYK
RGB Variations
Color information
#24DCFF (or 0x24DCFF) is known color: Deep Sky Blue. HEX triplet: 24, DC and FF. RGB value is (36,220,255). Sum of RGB (Red+Green+Blue) = 36+220+255=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #24DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCFF is #DB2300. Grayscale: #A8A8A8. Windows color (decimal): -14361345 or 16768036. OLE color: 16768036.
HSL color Cylindrical-coordinate representation of color #24DCFF: hue angle of 189.59º 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 #24DCFF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 220 | 255 | - |
| CMYK | 0.86 | 0.14 | 0 | 0 |
| HSL | 189.59º | 1% | 0.57% | - |
| HSV(B) | 189.59º | 0.86% | 1% | - |
| XYZ | 44.37 | 58.78 | 103.62 | - |
| YUV | 168.97 | 176.54 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 255 | 0.86 | 0.14 | 0 | 0 | 189.59 | 1 | 0.57 |
| Hex | 24 | DC | FF | 56 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 44 | 334 | 377 | 126 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100100 | 11011100 | 11111111 | 1010110 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #24DCFF
Complementary color
Monochromatic Colors of #24DCFF
Black with #24DCFF
Text Example
Text Example
White with #24DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCFF; }
p { color: rgb(36,220,255); }
H1.HeaderClassName
{
color: #24DCFF;
}
.AnyTagClassName
{
color: #24DCFF;
}
</style>
background-color css
<style>
a { background-color: #24DCFF; }
a { background-color: rgb(36,220,255); }
div.DivClassName
{
background-color: #24DCFF;
}
.BgClassName
{
background-color: #24DCFF;
}
</style>
border-color css
<style>
span { border-color: #24DCFF; }
span { border-color: rgb(36,220,255); }
td.TdClassName
{
border-color: #24DCFF;
}
.TagClassName
{
border-color: #24DCFF;
}
</style>