Shades of Deep Sky Blue #24CDF6
Tints of Deep Sky Blue #24CDF6
RGB
CMYK
RGB Variations
Color information
#24CDF6 (or 0x24CDF6) is known color: Deep Sky Blue. HEX triplet: 24, CD and F6. RGB value is (36,205,246). Sum of RGB (Red+Green+Blue) = 36+205+246=487 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.39% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #24CDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CDF6 is #DB3209. Grayscale: #9E9E9E. Windows color (decimal): -14365194 or 16174372. OLE color: 16174372.
HSL color Cylindrical-coordinate representation of color #24CDF6: hue angle of 191.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24CDF6 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 205 | 246 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.04 |
| HSL | 191.71º | 0.92% | 0.55% | - |
| HSV(B) | 191.71º | 0.85% | 0.96% | - |
| XYZ | 39.19 | 50.69 | 94.91 | - |
| YUV | 159.14 | 177.01 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 246 | 0.85 | 0.17 | 0 | 0.04 | 191.71 | 0.92 | 0.55 |
| Hex | 24 | CD | F6 | 55 | 11 | 0 | 4 | C0 | 5C | 37 |
| Octal | 44 | 315 | 366 | 125 | 21 | 0 | 4 | 300 | 134 | 67 |
| Binary | 100100 | 11001101 | 11110110 | 1010101 | 10001 | 0 | 100 | 11000000 | 1011100 | 110111 |
Color Harmonies of #24CDF6
Complementary color
Monochromatic Colors of #24CDF6
Black with #24CDF6
Text Example
Text Example
White with #24CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDF6; }
p { color: rgb(36,205,246); }
H1.HeaderClassName
{
color: #24CDF6;
}
.AnyTagClassName
{
color: #24CDF6;
}
</style>
background-color css
<style>
a { background-color: #24CDF6; }
a { background-color: rgb(36,205,246); }
div.DivClassName
{
background-color: #24CDF6;
}
.BgClassName
{
background-color: #24CDF6;
}
</style>
border-color css
<style>
span { border-color: #24CDF6; }
span { border-color: rgb(36,205,246); }
td.TdClassName
{
border-color: #24CDF6;
}
.TagClassName
{
border-color: #24CDF6;
}
</style>