Shades of Deep Sky Blue #24CFF2
Tints of Deep Sky Blue #24CFF2
RGB
CMYK
RGB Variations
Color information
#24CFF2 (or 0x24CFF2) is known color: Deep Sky Blue. HEX triplet: 24, CF and F2. RGB value is (36,207,242). Sum of RGB (Red+Green+Blue) = 36+207+242=485 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.42% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #24CFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CFF2 is #DB300D. Grayscale: #9F9F9F. Windows color (decimal): -14364686 or 15912740. OLE color: 15912740.
HSL color Cylindrical-coordinate representation of color #24CFF2: hue angle of 190.19º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24CFF2 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 207 | 242 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.05 |
| HSL | 190.19º | 0.89% | 0.55% | - |
| HSV(B) | 190.19º | 0.85% | 0.95% | - |
| XYZ | 39.07 | 51.41 | 91.87 | - |
| YUV | 159.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 242 | 0.85 | 0.14 | 0 | 0.05 | 190.19 | 0.89 | 0.55 |
| Hex | 24 | CF | F2 | 55 | E | 0 | 5 | BE | 59 | 37 |
| Octal | 44 | 317 | 362 | 125 | 16 | 0 | 5 | 276 | 131 | 67 |
| Binary | 100100 | 11001111 | 11110010 | 1010101 | 1110 | 0 | 101 | 10111110 | 1011001 | 110111 |
Color Harmonies of #24CFF2
Complementary color
Monochromatic Colors of #24CFF2
Black with #24CFF2
Text Example
Text Example
White with #24CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFF2; }
p { color: rgb(36,207,242); }
H1.HeaderClassName
{
color: #24CFF2;
}
.AnyTagClassName
{
color: #24CFF2;
}
</style>
background-color css
<style>
a { background-color: #24CFF2; }
a { background-color: rgb(36,207,242); }
div.DivClassName
{
background-color: #24CFF2;
}
.BgClassName
{
background-color: #24CFF2;
}
</style>
border-color css
<style>
span { border-color: #24CFF2; }
span { border-color: rgb(36,207,242); }
td.TdClassName
{
border-color: #24CFF2;
}
.TagClassName
{
border-color: #24CFF2;
}
</style>