Shades of Deep Sky Blue #24D0FC
Tints of Deep Sky Blue #24D0FC
RGB
CMYK
RGB Variations
Color information
#24D0FC (or 0x24D0FC) is known color: Deep Sky Blue. HEX triplet: 24, D0 and FC. RGB value is (36,208,252). Sum of RGB (Red+Green+Blue) = 36+208+252=496 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.26% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #24D0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D0FC is #DB2F03. Grayscale: #A1A1A1. Windows color (decimal): -14364420 or 16568356. OLE color: 16568356.
HSL color Cylindrical-coordinate representation of color #24D0FC: hue angle of 192.22º 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 #24D0FC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 208 | 252 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.01 |
| HSL | 192.22º | 0.97% | 0.56% | - |
| HSV(B) | 192.22º | 0.86% | 0.99% | - |
| XYZ | 40.85 | 52.52 | 100.08 | - |
| YUV | 161.59 | 179.02 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 252 | 0.86 | 0.17 | 0 | 0.01 | 192.22 | 0.97 | 0.56 |
| Hex | 24 | D0 | FC | 56 | 11 | 0 | 1 | C0 | 61 | 38 |
| Octal | 44 | 320 | 374 | 126 | 21 | 0 | 1 | 300 | 141 | 70 |
| Binary | 100100 | 11010000 | 11111100 | 1010110 | 10001 | 0 | 1 | 11000000 | 1100001 | 111000 |
Color Harmonies of #24D0FC
Complementary color
Monochromatic Colors of #24D0FC
Black with #24D0FC
Text Example
Text Example
White with #24D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0FC; }
p { color: rgb(36,208,252); }
H1.HeaderClassName
{
color: #24D0FC;
}
.AnyTagClassName
{
color: #24D0FC;
}
</style>
background-color css
<style>
a { background-color: #24D0FC; }
a { background-color: rgb(36,208,252); }
div.DivClassName
{
background-color: #24D0FC;
}
.BgClassName
{
background-color: #24D0FC;
}
</style>
border-color css
<style>
span { border-color: #24D0FC; }
span { border-color: rgb(36,208,252); }
td.TdClassName
{
border-color: #24D0FC;
}
.TagClassName
{
border-color: #24D0FC;
}
</style>