Shades of Deep Sky Blue #24CAFE
Tints of Deep Sky Blue #24CAFE
RGB
CMYK
RGB Variations
Color information
#24CAFE (or 0x24CAFE) is known color: Deep Sky Blue. HEX triplet: 24, CA and FE. RGB value is (36,202,254). Sum of RGB (Red+Green+Blue) = 36+202+254=492 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.32% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #24CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CAFE is #DB3501. Grayscale: #9D9D9D. Windows color (decimal): -14365954 or 16697892. OLE color: 16697892.
HSL color Cylindrical-coordinate representation of color #24CAFE: hue angle of 194.31º 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 #24CAFE is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 202 | 254 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.00 |
| HSL | 194.31º | 0.99% | 0.57% | - |
| HSV(B) | 194.31º | 0.86% | 1% | - |
| XYZ | 39.74 | 49.77 | 101.28 | - |
| YUV | 158.29 | 182 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 254 | 0.86 | 0.20 | 0 | 0.00 | 194.31 | 0.99 | 0.57 |
| Hex | 24 | CA | FE | 56 | 14 | 0 | 0 | C2 | 63 | 39 |
| Octal | 44 | 312 | 376 | 126 | 24 | 0 | 0 | 302 | 143 | 71 |
| Binary | 100100 | 11001010 | 11111110 | 1010110 | 10100 | 0 | 0 | 11000010 | 1100011 | 111001 |
Color Harmonies of #24CAFE
Complementary color
Monochromatic Colors of #24CAFE
Black with #24CAFE
Text Example
Text Example
White with #24CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CAFE; }
p { color: rgb(36,202,254); }
H1.HeaderClassName
{
color: #24CAFE;
}
.AnyTagClassName
{
color: #24CAFE;
}
</style>
background-color css
<style>
a { background-color: #24CAFE; }
a { background-color: rgb(36,202,254); }
div.DivClassName
{
background-color: #24CAFE;
}
.BgClassName
{
background-color: #24CAFE;
}
</style>
border-color css
<style>
span { border-color: #24CAFE; }
span { border-color: rgb(36,202,254); }
td.TdClassName
{
border-color: #24CAFE;
}
.TagClassName
{
border-color: #24CAFE;
}
</style>