Shades of Deep Sky Blue #24BBFE
Tints of Deep Sky Blue #24BBFE
RGB
CMYK
RGB Variations
Color information
#24BBFE (or 0x24BBFE) is known color: Deep Sky Blue. HEX triplet: 24, BB and FE. RGB value is (36,187,254). Sum of RGB (Red+Green+Blue) = 36+187+254=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #24BBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BBFE is #DB4401. Grayscale: #959595. Windows color (decimal): -14369794 or 16694052. OLE color: 16694052.
HSL color Cylindrical-coordinate representation of color #24BBFE: hue angle of 198.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24BBFE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 187 | 254 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.00 |
| HSL | 198.44º | 0.99% | 0.57% | - |
| HSV(B) | 198.44º | 0.86% | 1% | - |
| XYZ | 36.39 | 43.07 | 100.16 | - |
| YUV | 149.49 | 186.97 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 254 | 0.86 | 0.26 | 0 | 0.00 | 198.44 | 0.99 | 0.57 |
| Hex | 24 | BB | FE | 56 | 1A | 0 | 0 | C6 | 63 | 39 |
| Octal | 44 | 273 | 376 | 126 | 32 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100100 | 10111011 | 11111110 | 1010110 | 11010 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #24BBFE
Complementary color
Monochromatic Colors of #24BBFE
Black with #24BBFE
Text Example
Text Example
White with #24BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBFE; }
p { color: rgb(36,187,254); }
H1.HeaderClassName
{
color: #24BBFE;
}
.AnyTagClassName
{
color: #24BBFE;
}
</style>
background-color css
<style>
a { background-color: #24BBFE; }
a { background-color: rgb(36,187,254); }
div.DivClassName
{
background-color: #24BBFE;
}
.BgClassName
{
background-color: #24BBFE;
}
</style>
border-color css
<style>
span { border-color: #24BBFE; }
span { border-color: rgb(36,187,254); }
td.TdClassName
{
border-color: #24BBFE;
}
.TagClassName
{
border-color: #24BBFE;
}
</style>