Shades of Deep Sky Blue #24CAF7
Tints of Deep Sky Blue #24CAF7
RGB
CMYK
RGB Variations
Color information
#24CAF7 (or 0x24CAF7) is known color: Deep Sky Blue. HEX triplet: 24, CA and F7. RGB value is (36,202,247). Sum of RGB (Red+Green+Blue) = 36+202+247=485 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.42% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #24CAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CAF7 is #DB3508. Grayscale: #9D9D9D. Windows color (decimal): -14365961 or 16239140. OLE color: 16239140.
HSL color Cylindrical-coordinate representation of color #24CAF7: hue angle of 192.8º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24CAF7 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 202 | 247 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.03 |
| HSL | 192.8º | 0.93% | 0.55% | - |
| HSV(B) | 192.8º | 0.85% | 0.97% | - |
| XYZ | 38.64 | 49.33 | 95.48 | - |
| YUV | 157.5 | 178.5 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 247 | 0.85 | 0.18 | 0 | 0.03 | 192.8 | 0.93 | 0.55 |
| Hex | 24 | CA | F7 | 55 | 12 | 0 | 3 | C1 | 5D | 37 |
| Octal | 44 | 312 | 367 | 125 | 22 | 0 | 3 | 301 | 135 | 67 |
| Binary | 100100 | 11001010 | 11110111 | 1010101 | 10010 | 0 | 11 | 11000001 | 1011101 | 110111 |
Color Harmonies of #24CAF7
Complementary color
Monochromatic Colors of #24CAF7
Black with #24CAF7
Text Example
Text Example
White with #24CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CAF7; }
p { color: rgb(36,202,247); }
H1.HeaderClassName
{
color: #24CAF7;
}
.AnyTagClassName
{
color: #24CAF7;
}
</style>
background-color css
<style>
a { background-color: #24CAF7; }
a { background-color: rgb(36,202,247); }
div.DivClassName
{
background-color: #24CAF7;
}
.BgClassName
{
background-color: #24CAF7;
}
</style>
border-color css
<style>
span { border-color: #24CAF7; }
span { border-color: rgb(36,202,247); }
td.TdClassName
{
border-color: #24CAF7;
}
.TagClassName
{
border-color: #24CAF7;
}
</style>