Shades of Deep Sky Blue #24BFFF
Tints of Deep Sky Blue #24BFFF
RGB
CMYK
RGB Variations
Color information
#24BFFF (or 0x24BFFF) is known color: Deep Sky Blue. HEX triplet: 24, BF and FF. RGB value is (36,191,255). Sum of RGB (Red+Green+Blue) = 36+191+255=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFFF is #DB4000. Grayscale: #979797. Windows color (decimal): -14368769 or 16760612. OLE color: 16760612.
HSL color Cylindrical-coordinate representation of color #24BFFF: hue angle of 197.53º 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 #24BFFF is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 191 | 255 | - |
| CMYK | 0.86 | 0.25 | 0 | 0 |
| HSL | 197.53º | 1% | 0.57% | - |
| HSV(B) | 197.53º | 0.86% | 1% | - |
| XYZ | 37.41 | 44.86 | 101.29 | - |
| YUV | 151.95 | 186.15 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 255 | 0.86 | 0.25 | 0 | 0 | 197.53 | 1 | 0.57 |
| Hex | 24 | BF | FF | 56 | 19 | 0 | 0 | C6 | 64 | 39 |
| Octal | 44 | 277 | 377 | 126 | 31 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100100 | 10111111 | 11111111 | 1010110 | 11001 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #24BFFF
Complementary color
Monochromatic Colors of #24BFFF
Black with #24BFFF
Text Example
Text Example
White with #24BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFFF; }
p { color: rgb(36,191,255); }
H1.HeaderClassName
{
color: #24BFFF;
}
.AnyTagClassName
{
color: #24BFFF;
}
</style>
background-color css
<style>
a { background-color: #24BFFF; }
a { background-color: rgb(36,191,255); }
div.DivClassName
{
background-color: #24BFFF;
}
.BgClassName
{
background-color: #24BFFF;
}
</style>
border-color css
<style>
span { border-color: #24BFFF; }
span { border-color: rgb(36,191,255); }
td.TdClassName
{
border-color: #24BFFF;
}
.TagClassName
{
border-color: #24BFFF;
}
</style>