Shades of Deep Sky Blue #24BCFE
Tints of Deep Sky Blue #24BCFE
RGB
CMYK
RGB Variations
Color information
#24BCFE (or 0x24BCFE) is known color: Deep Sky Blue. HEX triplet: 24, BC and FE. RGB value is (36,188,254). Sum of RGB (Red+Green+Blue) = 36+188+254=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #24BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BCFE is #DB4301. Grayscale: #959595. Windows color (decimal): -14369538 or 16694308. OLE color: 16694308.
HSL color Cylindrical-coordinate representation of color #24BCFE: hue angle of 198.17º 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 #24BCFE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 188 | 254 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.00 |
| HSL | 198.17º | 0.99% | 0.57% | - |
| HSV(B) | 198.17º | 0.86% | 1% | - |
| XYZ | 36.6 | 43.5 | 100.23 | - |
| YUV | 150.08 | 186.64 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 254 | 0.86 | 0.26 | 0 | 0.00 | 198.17 | 0.99 | 0.57 |
| Hex | 24 | BC | FE | 56 | 1A | 0 | 0 | C6 | 63 | 39 |
| Octal | 44 | 274 | 376 | 126 | 32 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100100 | 10111100 | 11111110 | 1010110 | 11010 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #24BCFE
Complementary color
Monochromatic Colors of #24BCFE
Black with #24BCFE
Text Example
Text Example
White with #24BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCFE; }
p { color: rgb(36,188,254); }
H1.HeaderClassName
{
color: #24BCFE;
}
.AnyTagClassName
{
color: #24BCFE;
}
</style>
background-color css
<style>
a { background-color: #24BCFE; }
a { background-color: rgb(36,188,254); }
div.DivClassName
{
background-color: #24BCFE;
}
.BgClassName
{
background-color: #24BCFE;
}
</style>
border-color css
<style>
span { border-color: #24BCFE; }
span { border-color: rgb(36,188,254); }
td.TdClassName
{
border-color: #24BCFE;
}
.TagClassName
{
border-color: #24BCFE;
}
</style>