Shades of Deep Sky Blue #24BBFF
Tints of Deep Sky Blue #24BBFF
RGB
CMYK
RGB Variations
Color information
#24BBFF (or 0x24BBFF) is known color: Deep Sky Blue. HEX triplet: 24, BB and FF. RGB value is (36,187,255). Sum of RGB (Red+Green+Blue) = 36+187+255=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BBFF is #DB4400. Grayscale: #959595. Windows color (decimal): -14369793 or 16759588. OLE color: 16759588.
HSL color Cylindrical-coordinate representation of color #24BBFF: hue angle of 198.63º 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 #24BBFF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 187 | 255 | - |
| CMYK | 0.86 | 0.27 | 0 | 0 |
| HSL | 198.63º | 1% | 0.57% | - |
| HSV(B) | 198.63º | 0.86% | 1% | - |
| XYZ | 36.55 | 43.14 | 101.01 | - |
| YUV | 149.6 | 187.47 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 255 | 0.86 | 0.27 | 0 | 0 | 198.63 | 1 | 0.57 |
| Hex | 24 | BB | FF | 56 | 1B | 0 | 0 | C7 | 64 | 39 |
| Octal | 44 | 273 | 377 | 126 | 33 | 0 | 0 | 307 | 144 | 71 |
| Binary | 100100 | 10111011 | 11111111 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100100 | 111001 |
Color Harmonies of #24BBFF
Complementary color
Monochromatic Colors of #24BBFF
Black with #24BBFF
Text Example
Text Example
White with #24BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBFF; }
p { color: rgb(36,187,255); }
H1.HeaderClassName
{
color: #24BBFF;
}
.AnyTagClassName
{
color: #24BBFF;
}
</style>
background-color css
<style>
a { background-color: #24BBFF; }
a { background-color: rgb(36,187,255); }
div.DivClassName
{
background-color: #24BBFF;
}
.BgClassName
{
background-color: #24BBFF;
}
</style>
border-color css
<style>
span { border-color: #24BBFF; }
span { border-color: rgb(36,187,255); }
td.TdClassName
{
border-color: #24BBFF;
}
.TagClassName
{
border-color: #24BBFF;
}
</style>