Shades of Deep Sky Blue #24CFFF
Tints of Deep Sky Blue #24CFFF
RGB
CMYK
RGB Variations
Color information
#24CFFF (or 0x24CFFF) is known color: Deep Sky Blue. HEX triplet: 24, CF and FF. RGB value is (36,207,255). Sum of RGB (Red+Green+Blue) = 36+207+255=498 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.23% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #24CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CFFF is #DB3000. Grayscale: #A0A0A0. Windows color (decimal): -14364673 or 16764708. OLE color: 16764708.
HSL color Cylindrical-coordinate representation of color #24CFFF: hue angle of 193.15º 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 #24CFFF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 207 | 255 | - |
| CMYK | 0.86 | 0.19 | 0 | 0 |
| HSL | 193.15º | 1% | 0.57% | - |
| HSV(B) | 193.15º | 0.86% | 1% | - |
| XYZ | 41.09 | 52.22 | 102.52 | - |
| YUV | 161.34 | 180.85 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 255 | 0.86 | 0.19 | 0 | 0 | 193.15 | 1 | 0.57 |
| Hex | 24 | CF | FF | 56 | 13 | 0 | 0 | C1 | 64 | 39 |
| Octal | 44 | 317 | 377 | 126 | 23 | 0 | 0 | 301 | 144 | 71 |
| Binary | 100100 | 11001111 | 11111111 | 1010110 | 10011 | 0 | 0 | 11000001 | 1100100 | 111001 |
Color Harmonies of #24CFFF
Complementary color
Monochromatic Colors of #24CFFF
Black with #24CFFF
Text Example
Text Example
White with #24CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFFF; }
p { color: rgb(36,207,255); }
H1.HeaderClassName
{
color: #24CFFF;
}
.AnyTagClassName
{
color: #24CFFF;
}
</style>
background-color css
<style>
a { background-color: #24CFFF; }
a { background-color: rgb(36,207,255); }
div.DivClassName
{
background-color: #24CFFF;
}
.BgClassName
{
background-color: #24CFFF;
}
</style>
border-color css
<style>
span { border-color: #24CFFF; }
span { border-color: rgb(36,207,255); }
td.TdClassName
{
border-color: #24CFFF;
}
.TagClassName
{
border-color: #24CFFF;
}
</style>