Shades of Deep Sky Blue #24BEFF
Tints of Deep Sky Blue #24BEFF
RGB
CMYK
RGB Variations
Color information
#24BEFF (or 0x24BEFF) is known color: Deep Sky Blue. HEX triplet: 24, BE and FF. RGB value is (36,190,255). Sum of RGB (Red+Green+Blue) = 36+190+255=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BEFF is #DB4100. Grayscale: #969696. Windows color (decimal): -14369025 or 16760356. OLE color: 16760356.
HSL color Cylindrical-coordinate representation of color #24BEFF: hue angle of 197.81º 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 #24BEFF is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 190 | 255 | - |
| CMYK | 0.86 | 0.25 | 0 | 0 |
| HSL | 197.81º | 1% | 0.57% | - |
| HSV(B) | 197.81º | 0.86% | 1% | - |
| XYZ | 37.19 | 44.42 | 101.22 | - |
| YUV | 151.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 190 | 255 | 0.86 | 0.25 | 0 | 0 | 197.81 | 1 | 0.57 |
| Hex | 24 | BE | FF | 56 | 19 | 0 | 0 | C6 | 64 | 39 |
| Octal | 44 | 276 | 377 | 126 | 31 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100100 | 10111110 | 11111111 | 1010110 | 11001 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #24BEFF
Complementary color
Monochromatic Colors of #24BEFF
Black with #24BEFF
Text Example
Text Example
White with #24BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BEFF; }
p { color: rgb(36,190,255); }
H1.HeaderClassName
{
color: #24BEFF;
}
.AnyTagClassName
{
color: #24BEFF;
}
</style>
background-color css
<style>
a { background-color: #24BEFF; }
a { background-color: rgb(36,190,255); }
div.DivClassName
{
background-color: #24BEFF;
}
.BgClassName
{
background-color: #24BEFF;
}
</style>
border-color css
<style>
span { border-color: #24BEFF; }
span { border-color: rgb(36,190,255); }
td.TdClassName
{
border-color: #24BEFF;
}
.TagClassName
{
border-color: #24BEFF;
}
</style>