Shades of Deep Sky Blue #24C0FC
Tints of Deep Sky Blue #24C0FC
RGB
CMYK
RGB Variations
Color information
#24C0FC (or 0x24C0FC) is known color: Deep Sky Blue. HEX triplet: 24, C0 and FC. RGB value is (36,192,252). Sum of RGB (Red+Green+Blue) = 36+192+252=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #24C0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C0FC is #DB3F03. Grayscale: #979797. Windows color (decimal): -14368516 or 16564260. OLE color: 16564260.
HSL color Cylindrical-coordinate representation of color #24C0FC: hue angle of 196.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24C0FC is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 192 | 252 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.01 |
| HSL | 196.67º | 0.97% | 0.56% | - |
| HSV(B) | 196.67º | 0.86% | 0.99% | - |
| XYZ | 37.15 | 45.1 | 98.84 | - |
| YUV | 152.2 | 184.32 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 252 | 0.86 | 0.24 | 0 | 0.01 | 196.67 | 0.97 | 0.56 |
| Hex | 24 | C0 | FC | 56 | 18 | 0 | 1 | C5 | 61 | 38 |
| Octal | 44 | 300 | 374 | 126 | 30 | 0 | 1 | 305 | 141 | 70 |
| Binary | 100100 | 11000000 | 11111100 | 1010110 | 11000 | 0 | 1 | 11000101 | 1100001 | 111000 |
Color Harmonies of #24C0FC
Complementary color
Monochromatic Colors of #24C0FC
Black with #24C0FC
Text Example
Text Example
White with #24C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C0FC; }
p { color: rgb(36,192,252); }
H1.HeaderClassName
{
color: #24C0FC;
}
.AnyTagClassName
{
color: #24C0FC;
}
</style>
background-color css
<style>
a { background-color: #24C0FC; }
a { background-color: rgb(36,192,252); }
div.DivClassName
{
background-color: #24C0FC;
}
.BgClassName
{
background-color: #24C0FC;
}
</style>
border-color css
<style>
span { border-color: #24C0FC; }
span { border-color: rgb(36,192,252); }
td.TdClassName
{
border-color: #24C0FC;
}
.TagClassName
{
border-color: #24C0FC;
}
</style>