Shades of Deep Sky Blue #24BBFC
Tints of Deep Sky Blue #24BBFC
RGB
CMYK
RGB Variations
Color information
#24BBFC (or 0x24BBFC) is known color: Deep Sky Blue. HEX triplet: 24, BB and FC. RGB value is (36,187,252). Sum of RGB (Red+Green+Blue) = 36+187+252=475 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.58% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #24BBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BBFC is #DB4403. Grayscale: #949494. Windows color (decimal): -14369796 or 16562980. OLE color: 16562980.
HSL color Cylindrical-coordinate representation of color #24BBFC: hue angle of 198.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24BBFC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 187 | 252 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.01 |
| HSL | 198.06º | 0.97% | 0.56% | - |
| HSV(B) | 198.06º | 0.86% | 0.99% | - |
| XYZ | 36.07 | 42.94 | 98.48 | - |
| YUV | 149.26 | 185.97 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 252 | 0.86 | 0.26 | 0 | 0.01 | 198.06 | 0.97 | 0.56 |
| Hex | 24 | BB | FC | 56 | 1A | 0 | 1 | C6 | 61 | 38 |
| Octal | 44 | 273 | 374 | 126 | 32 | 0 | 1 | 306 | 141 | 70 |
| Binary | 100100 | 10111011 | 11111100 | 1010110 | 11010 | 0 | 1 | 11000110 | 1100001 | 111000 |
Color Harmonies of #24BBFC
Complementary color
Monochromatic Colors of #24BBFC
Black with #24BBFC
Text Example
Text Example
White with #24BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBFC; }
p { color: rgb(36,187,252); }
H1.HeaderClassName
{
color: #24BBFC;
}
.AnyTagClassName
{
color: #24BBFC;
}
</style>
background-color css
<style>
a { background-color: #24BBFC; }
a { background-color: rgb(36,187,252); }
div.DivClassName
{
background-color: #24BBFC;
}
.BgClassName
{
background-color: #24BBFC;
}
</style>
border-color css
<style>
span { border-color: #24BBFC; }
span { border-color: rgb(36,187,252); }
td.TdClassName
{
border-color: #24BBFC;
}
.TagClassName
{
border-color: #24BBFC;
}
</style>