Shades of Deep Sky Blue #24BFFE
Tints of Deep Sky Blue #24BFFE
RGB
CMYK
RGB Variations
Color information
#24BFFE (or 0x24BFFE) is known color: Deep Sky Blue. HEX triplet: 24, BF and FE. RGB value is (36,191,254). Sum of RGB (Red+Green+Blue) = 36+191+254=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #24BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFFE is #DB4001. Grayscale: #979797. Windows color (decimal): -14368770 or 16695076. OLE color: 16695076.
HSL color Cylindrical-coordinate representation of color #24BFFE: hue angle of 197.34º 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 #24BFFE is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 191 | 254 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.00 |
| HSL | 197.34º | 0.99% | 0.57% | - |
| HSV(B) | 197.34º | 0.86% | 1% | - |
| XYZ | 37.25 | 44.79 | 100.45 | - |
| YUV | 151.84 | 185.65 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 254 | 0.86 | 0.25 | 0 | 0.00 | 197.34 | 0.99 | 0.57 |
| Hex | 24 | BF | FE | 56 | 19 | 0 | 0 | C5 | 63 | 39 |
| Octal | 44 | 277 | 376 | 126 | 31 | 0 | 0 | 305 | 143 | 71 |
| Binary | 100100 | 10111111 | 11111110 | 1010110 | 11001 | 0 | 0 | 11000101 | 1100011 | 111001 |
Color Harmonies of #24BFFE
Complementary color
Monochromatic Colors of #24BFFE
Black with #24BFFE
Text Example
Text Example
White with #24BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFFE; }
p { color: rgb(36,191,254); }
H1.HeaderClassName
{
color: #24BFFE;
}
.AnyTagClassName
{
color: #24BFFE;
}
</style>
background-color css
<style>
a { background-color: #24BFFE; }
a { background-color: rgb(36,191,254); }
div.DivClassName
{
background-color: #24BFFE;
}
.BgClassName
{
background-color: #24BFFE;
}
</style>
border-color css
<style>
span { border-color: #24BFFE; }
span { border-color: rgb(36,191,254); }
td.TdClassName
{
border-color: #24BFFE;
}
.TagClassName
{
border-color: #24BFFE;
}
</style>