Shades of Deep Sky Blue #24BDFF
Tints of Deep Sky Blue #24BDFF
RGB
CMYK
RGB Variations
Color information
#24BDFF (or 0x24BDFF) is known color: Deep Sky Blue. HEX triplet: 24, BD and FF. RGB value is (36,189,255). Sum of RGB (Red+Green+Blue) = 36+189+255=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BDFF is #DB4200. Grayscale: #969696. Windows color (decimal): -14369281 or 16760100. OLE color: 16760100.
HSL color Cylindrical-coordinate representation of color #24BDFF: hue angle of 198.08º 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 #24BDFF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 189 | 255 | - |
| CMYK | 0.86 | 0.26 | 0 | 0 |
| HSL | 198.08º | 1% | 0.57% | - |
| HSV(B) | 198.08º | 0.86% | 1% | - |
| XYZ | 36.98 | 43.99 | 101.15 | - |
| YUV | 150.78 | 186.81 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 255 | 0.86 | 0.26 | 0 | 0 | 198.08 | 1 | 0.57 |
| Hex | 24 | BD | FF | 56 | 1A | 0 | 0 | C6 | 64 | 39 |
| Octal | 44 | 275 | 377 | 126 | 32 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100100 | 10111101 | 11111111 | 1010110 | 11010 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #24BDFF
Complementary color
Monochromatic Colors of #24BDFF
Black with #24BDFF
Text Example
Text Example
White with #24BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDFF; }
p { color: rgb(36,189,255); }
H1.HeaderClassName
{
color: #24BDFF;
}
.AnyTagClassName
{
color: #24BDFF;
}
</style>
background-color css
<style>
a { background-color: #24BDFF; }
a { background-color: rgb(36,189,255); }
div.DivClassName
{
background-color: #24BDFF;
}
.BgClassName
{
background-color: #24BDFF;
}
</style>
border-color css
<style>
span { border-color: #24BDFF; }
span { border-color: rgb(36,189,255); }
td.TdClassName
{
border-color: #24BDFF;
}
.TagClassName
{
border-color: #24BDFF;
}
</style>