Shades of Deep Sky Blue #24BAFF
Tints of Deep Sky Blue #24BAFF
RGB
CMYK
RGB Variations
Color information
#24BAFF (or 0x24BAFF) is known color: Deep Sky Blue. HEX triplet: 24, BA and FF. RGB value is (36,186,255). Sum of RGB (Red+Green+Blue) = 36+186+255=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BAFF is #DB4500. Grayscale: #949494. Windows color (decimal): -14370049 or 16759332. OLE color: 16759332.
HSL color Cylindrical-coordinate representation of color #24BAFF: hue angle of 198.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24BAFF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 186 | 255 | - |
| CMYK | 0.86 | 0.27 | 0 | 0 |
| HSL | 198.9º | 1% | 0.57% | - |
| HSV(B) | 198.9º | 0.86% | 1% | - |
| XYZ | 36.34 | 42.71 | 100.94 | - |
| YUV | 149.02 | 187.81 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 255 | 0.86 | 0.27 | 0 | 0 | 198.9 | 1 | 0.57 |
| Hex | 24 | BA | FF | 56 | 1B | 0 | 0 | C7 | 64 | 39 |
| Octal | 44 | 272 | 377 | 126 | 33 | 0 | 0 | 307 | 144 | 71 |
| Binary | 100100 | 10111010 | 11111111 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100100 | 111001 |
Color Harmonies of #24BAFF
Complementary color
Monochromatic Colors of #24BAFF
Black with #24BAFF
Text Example
Text Example
White with #24BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BAFF; }
p { color: rgb(36,186,255); }
H1.HeaderClassName
{
color: #24BAFF;
}
.AnyTagClassName
{
color: #24BAFF;
}
</style>
background-color css
<style>
a { background-color: #24BAFF; }
a { background-color: rgb(36,186,255); }
div.DivClassName
{
background-color: #24BAFF;
}
.BgClassName
{
background-color: #24BAFF;
}
</style>
border-color css
<style>
span { border-color: #24BAFF; }
span { border-color: rgb(36,186,255); }
td.TdClassName
{
border-color: #24BAFF;
}
.TagClassName
{
border-color: #24BAFF;
}
</style>