Shades of Deep Sky Blue #24BAFE
Tints of Deep Sky Blue #24BAFE
RGB
CMYK
RGB Variations
Color information
#24BAFE (or 0x24BAFE) is known color: Deep Sky Blue. HEX triplet: 24, BA and FE. RGB value is (36,186,254). Sum of RGB (Red+Green+Blue) = 36+186+254=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #24BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BAFE is #DB4501. Grayscale: #949494. Windows color (decimal): -14370050 or 16693796. OLE color: 16693796.
HSL color Cylindrical-coordinate representation of color #24BAFE: hue angle of 198.72º 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 #24BAFE is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 186 | 254 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.00 |
| HSL | 198.72º | 0.99% | 0.57% | - |
| HSV(B) | 198.72º | 0.86% | 1% | - |
| XYZ | 36.18 | 42.65 | 100.09 | - |
| YUV | 148.9 | 187.31 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 254 | 0.86 | 0.27 | 0 | 0.00 | 198.72 | 0.99 | 0.57 |
| Hex | 24 | BA | FE | 56 | 1B | 0 | 0 | C7 | 63 | 39 |
| Octal | 44 | 272 | 376 | 126 | 33 | 0 | 0 | 307 | 143 | 71 |
| Binary | 100100 | 10111010 | 11111110 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100011 | 111001 |
Color Harmonies of #24BAFE
Complementary color
Monochromatic Colors of #24BAFE
Black with #24BAFE
Text Example
Text Example
White with #24BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BAFE; }
p { color: rgb(36,186,254); }
H1.HeaderClassName
{
color: #24BAFE;
}
.AnyTagClassName
{
color: #24BAFE;
}
</style>
background-color css
<style>
a { background-color: #24BAFE; }
a { background-color: rgb(36,186,254); }
div.DivClassName
{
background-color: #24BAFE;
}
.BgClassName
{
background-color: #24BAFE;
}
</style>
border-color css
<style>
span { border-color: #24BAFE; }
span { border-color: rgb(36,186,254); }
td.TdClassName
{
border-color: #24BAFE;
}
.TagClassName
{
border-color: #24BAFE;
}
</style>