Shades of Deep Sky Blue #24C4FA
Tints of Deep Sky Blue #24C4FA
RGB
CMYK
RGB Variations
Color information
#24C4FA (or 0x24C4FA) is known color: Deep Sky Blue. HEX triplet: 24, C4 and FA. RGB value is (36,196,250). Sum of RGB (Red+Green+Blue) = 36+196+250=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #24C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C4FA is #DB3B05. Grayscale: #999999. Windows color (decimal): -14367494 or 16434212. OLE color: 16434212.
HSL color Cylindrical-coordinate representation of color #24C4FA: hue angle of 195.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24C4FA is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 196 | 250 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.02 |
| HSL | 195.14º | 0.96% | 0.56% | - |
| HSV(B) | 195.14º | 0.86% | 0.98% | - |
| XYZ | 37.72 | 46.76 | 97.48 | - |
| YUV | 154.32 | 181.99 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 196 | 250 | 0.86 | 0.22 | 0 | 0.02 | 195.14 | 0.96 | 0.56 |
| Hex | 24 | C4 | FA | 56 | 16 | 0 | 2 | C3 | 60 | 38 |
| Octal | 44 | 304 | 372 | 126 | 26 | 0 | 2 | 303 | 140 | 70 |
| Binary | 100100 | 11000100 | 11111010 | 1010110 | 10110 | 0 | 10 | 11000011 | 1100000 | 111000 |
Color Harmonies of #24C4FA
Complementary color
Monochromatic Colors of #24C4FA
Black with #24C4FA
Text Example
Text Example
White with #24C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C4FA; }
p { color: rgb(36,196,250); }
H1.HeaderClassName
{
color: #24C4FA;
}
.AnyTagClassName
{
color: #24C4FA;
}
</style>
background-color css
<style>
a { background-color: #24C4FA; }
a { background-color: rgb(36,196,250); }
div.DivClassName
{
background-color: #24C4FA;
}
.BgClassName
{
background-color: #24C4FA;
}
</style>
border-color css
<style>
span { border-color: #24C4FA; }
span { border-color: rgb(36,196,250); }
td.TdClassName
{
border-color: #24C4FA;
}
.TagClassName
{
border-color: #24C4FA;
}
</style>