Shades of Deep Sky Blue #24CBF6
Tints of Deep Sky Blue #24CBF6
RGB
CMYK
RGB Variations
Color information
#24CBF6 (or 0x24CBF6) is known color: Deep Sky Blue. HEX triplet: 24, CB and F6. RGB value is (36,203,246). Sum of RGB (Red+Green+Blue) = 36+203+246=485 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.42% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #24CBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CBF6 is #DB3409. Grayscale: #9D9D9D. Windows color (decimal): -14365706 or 16173860. OLE color: 16173860.
HSL color Cylindrical-coordinate representation of color #24CBF6: hue angle of 192.29º 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 #24CBF6 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 203 | 246 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.04 |
| HSL | 192.29º | 0.92% | 0.55% | - |
| HSV(B) | 192.29º | 0.85% | 0.96% | - |
| XYZ | 38.72 | 49.74 | 94.75 | - |
| YUV | 157.97 | 177.67 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 246 | 0.85 | 0.17 | 0 | 0.04 | 192.29 | 0.92 | 0.55 |
| Hex | 24 | CB | F6 | 55 | 11 | 0 | 4 | C0 | 5C | 37 |
| Octal | 44 | 313 | 366 | 125 | 21 | 0 | 4 | 300 | 134 | 67 |
| Binary | 100100 | 11001011 | 11110110 | 1010101 | 10001 | 0 | 100 | 11000000 | 1011100 | 110111 |
Color Harmonies of #24CBF6
Complementary color
Monochromatic Colors of #24CBF6
Black with #24CBF6
Text Example
Text Example
White with #24CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CBF6; }
p { color: rgb(36,203,246); }
H1.HeaderClassName
{
color: #24CBF6;
}
.AnyTagClassName
{
color: #24CBF6;
}
</style>
background-color css
<style>
a { background-color: #24CBF6; }
a { background-color: rgb(36,203,246); }
div.DivClassName
{
background-color: #24CBF6;
}
.BgClassName
{
background-color: #24CBF6;
}
</style>
border-color css
<style>
span { border-color: #24CBF6; }
span { border-color: rgb(36,203,246); }
td.TdClassName
{
border-color: #24CBF6;
}
.TagClassName
{
border-color: #24CBF6;
}
</style>