Shades of Deep Sky Blue #24C0FE
Tints of Deep Sky Blue #24C0FE
RGB
CMYK
RGB Variations
Color information
#24C0FE (or 0x24C0FE) is known color: Deep Sky Blue. HEX triplet: 24, C0 and FE. RGB value is (36,192,254). Sum of RGB (Red+Green+Blue) = 36+192+254=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #24C0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C0FE is #DB3F01. Grayscale: #989898. Windows color (decimal): -14368514 or 16695332. OLE color: 16695332.
HSL color Cylindrical-coordinate representation of color #24C0FE: hue angle of 197.06º 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 #24C0FE is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 192 | 254 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.00 |
| HSL | 197.06º | 0.99% | 0.57% | - |
| HSV(B) | 197.06º | 0.86% | 1% | - |
| XYZ | 37.47 | 45.23 | 100.52 | - |
| YUV | 152.42 | 185.32 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 254 | 0.86 | 0.24 | 0 | 0.00 | 197.06 | 0.99 | 0.57 |
| Hex | 24 | C0 | FE | 56 | 18 | 0 | 0 | C5 | 63 | 39 |
| Octal | 44 | 300 | 376 | 126 | 30 | 0 | 0 | 305 | 143 | 71 |
| Binary | 100100 | 11000000 | 11111110 | 1010110 | 11000 | 0 | 0 | 11000101 | 1100011 | 111001 |
Color Harmonies of #24C0FE
Complementary color
Monochromatic Colors of #24C0FE
Black with #24C0FE
Text Example
Text Example
White with #24C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C0FE; }
p { color: rgb(36,192,254); }
H1.HeaderClassName
{
color: #24C0FE;
}
.AnyTagClassName
{
color: #24C0FE;
}
</style>
background-color css
<style>
a { background-color: #24C0FE; }
a { background-color: rgb(36,192,254); }
div.DivClassName
{
background-color: #24C0FE;
}
.BgClassName
{
background-color: #24C0FE;
}
</style>
border-color css
<style>
span { border-color: #24C0FE; }
span { border-color: rgb(36,192,254); }
td.TdClassName
{
border-color: #24C0FE;
}
.TagClassName
{
border-color: #24C0FE;
}
</style>