Shades of Deep Sky Blue #24B7FE
Tints of Deep Sky Blue #24B7FE
RGB
CMYK
RGB Variations
Color information
#24B7FE (or 0x24B7FE) is known color: Deep Sky Blue. HEX triplet: 24, B7 and FE. RGB value is (36,183,254). Sum of RGB (Red+Green+Blue) = 36+183+254=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #24B7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24B7FE is #DB4801. Grayscale: #929292. Windows color (decimal): -14370818 or 16693028. OLE color: 16693028.
HSL color Cylindrical-coordinate representation of color #24B7FE: hue angle of 199.54º 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 #24B7FE is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 183 | 254 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.00 |
| HSL | 199.54º | 0.99% | 0.57% | - |
| HSV(B) | 199.54º | 0.86% | 1% | - |
| XYZ | 35.55 | 41.4 | 99.88 | - |
| YUV | 147.14 | 188.3 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 183 | 254 | 0.86 | 0.28 | 0 | 0.00 | 199.54 | 0.99 | 0.57 |
| Hex | 24 | B7 | FE | 56 | 1C | 0 | 0 | C8 | 63 | 39 |
| Octal | 44 | 267 | 376 | 126 | 34 | 0 | 0 | 310 | 143 | 71 |
| Binary | 100100 | 10110111 | 11111110 | 1010110 | 11100 | 0 | 0 | 11001000 | 1100011 | 111001 |
Color Harmonies of #24B7FE
Complementary color
Monochromatic Colors of #24B7FE
Black with #24B7FE
Text Example
Text Example
White with #24B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B7FE; }
p { color: rgb(36,183,254); }
H1.HeaderClassName
{
color: #24B7FE;
}
.AnyTagClassName
{
color: #24B7FE;
}
</style>
background-color css
<style>
a { background-color: #24B7FE; }
a { background-color: rgb(36,183,254); }
div.DivClassName
{
background-color: #24B7FE;
}
.BgClassName
{
background-color: #24B7FE;
}
</style>
border-color css
<style>
span { border-color: #24B7FE; }
span { border-color: rgb(36,183,254); }
td.TdClassName
{
border-color: #24B7FE;
}
.TagClassName
{
border-color: #24B7FE;
}
</style>