Shades of Deep Sky Blue #24D2FB
Tints of Deep Sky Blue #24D2FB
RGB
CMYK
RGB Variations
Color information
#24D2FB (or 0x24D2FB) is known color: Deep Sky Blue. HEX triplet: 24, D2 and FB. RGB value is (36,210,251). Sum of RGB (Red+Green+Blue) = 36+210+251=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #24D2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D2FB is #DB2D04. Grayscale: #A2A2A2. Windows color (decimal): -14363909 or 16503332. OLE color: 16503332.
HSL color Cylindrical-coordinate representation of color #24D2FB: hue angle of 191.44º 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 #24D2FB is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 210 | 251 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.02 |
| HSL | 191.44º | 0.96% | 0.56% | - |
| HSV(B) | 191.44º | 0.86% | 0.98% | - |
| XYZ | 41.19 | 53.43 | 99.41 | - |
| YUV | 162.65 | 177.85 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 210 | 251 | 0.86 | 0.16 | 0 | 0.02 | 191.44 | 0.96 | 0.56 |
| Hex | 24 | D2 | FB | 56 | 10 | 0 | 2 | BF | 60 | 38 |
| Octal | 44 | 322 | 373 | 126 | 20 | 0 | 2 | 277 | 140 | 70 |
| Binary | 100100 | 11010010 | 11111011 | 1010110 | 10000 | 0 | 10 | 10111111 | 1100000 | 111000 |
Color Harmonies of #24D2FB
Complementary color
Monochromatic Colors of #24D2FB
Black with #24D2FB
Text Example
Text Example
White with #24D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D2FB; }
p { color: rgb(36,210,251); }
H1.HeaderClassName
{
color: #24D2FB;
}
.AnyTagClassName
{
color: #24D2FB;
}
</style>
background-color css
<style>
a { background-color: #24D2FB; }
a { background-color: rgb(36,210,251); }
div.DivClassName
{
background-color: #24D2FB;
}
.BgClassName
{
background-color: #24D2FB;
}
</style>
border-color css
<style>
span { border-color: #24D2FB; }
span { border-color: rgb(36,210,251); }
td.TdClassName
{
border-color: #24D2FB;
}
.TagClassName
{
border-color: #24D2FB;
}
</style>