Shades of Deep Sky Blue #24B9FE
Tints of Deep Sky Blue #24B9FE
RGB
CMYK
RGB Variations
Color information
#24B9FE (or 0x24B9FE) is known color: Deep Sky Blue. HEX triplet: 24, B9 and FE. RGB value is (36,185,254). Sum of RGB (Red+Green+Blue) = 36+185+254=475 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.58% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #24B9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24B9FE is #DB4601. Grayscale: #939393. Windows color (decimal): -14370306 or 16693540. OLE color: 16693540.
HSL color Cylindrical-coordinate representation of color #24B9FE: hue angle of 198.99º 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 #24B9FE is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 185 | 254 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.00 |
| HSL | 198.99º | 0.99% | 0.57% | - |
| HSV(B) | 198.99º | 0.86% | 1% | - |
| XYZ | 35.97 | 42.23 | 100.02 | - |
| YUV | 148.32 | 187.64 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 185 | 254 | 0.86 | 0.27 | 0 | 0.00 | 198.99 | 0.99 | 0.57 |
| Hex | 24 | B9 | FE | 56 | 1B | 0 | 0 | C7 | 63 | 39 |
| Octal | 44 | 271 | 376 | 126 | 33 | 0 | 0 | 307 | 143 | 71 |
| Binary | 100100 | 10111001 | 11111110 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100011 | 111001 |
Color Harmonies of #24B9FE
Complementary color
Monochromatic Colors of #24B9FE
Black with #24B9FE
Text Example
Text Example
White with #24B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B9FE; }
p { color: rgb(36,185,254); }
H1.HeaderClassName
{
color: #24B9FE;
}
.AnyTagClassName
{
color: #24B9FE;
}
</style>
background-color css
<style>
a { background-color: #24B9FE; }
a { background-color: rgb(36,185,254); }
div.DivClassName
{
background-color: #24B9FE;
}
.BgClassName
{
background-color: #24B9FE;
}
</style>
border-color css
<style>
span { border-color: #24B9FE; }
span { border-color: rgb(36,185,254); }
td.TdClassName
{
border-color: #24B9FE;
}
.TagClassName
{
border-color: #24B9FE;
}
</style>