Shades of Deep Sky Blue #24D3FD
Tints of Deep Sky Blue #24D3FD
RGB
CMYK
RGB Variations
Color information
#24D3FD (or 0x24D3FD) is known color: Deep Sky Blue. HEX triplet: 24, D3 and FD. RGB value is (36,211,253). Sum of RGB (Red+Green+Blue) = 36+211+253=500 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #24D3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D3FD is #DB2C02. Grayscale: #A3A3A3. Windows color (decimal): -14363651 or 16634660. OLE color: 16634660.
HSL color Cylindrical-coordinate representation of color #24D3FD: hue angle of 191.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24D3FD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 211 | 253 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.01 |
| HSL | 191.61º | 0.98% | 0.57% | - |
| HSV(B) | 191.61º | 0.86% | 0.99% | - |
| XYZ | 41.75 | 54.06 | 101.16 | - |
| YUV | 163.46 | 178.52 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 211 | 253 | 0.86 | 0.17 | 0 | 0.01 | 191.61 | 0.98 | 0.57 |
| Hex | 24 | D3 | FD | 56 | 11 | 0 | 1 | C0 | 62 | 39 |
| Octal | 44 | 323 | 375 | 126 | 21 | 0 | 1 | 300 | 142 | 71 |
| Binary | 100100 | 11010011 | 11111101 | 1010110 | 10001 | 0 | 1 | 11000000 | 1100010 | 111001 |
Color Harmonies of #24D3FD
Complementary color
Monochromatic Colors of #24D3FD
Black with #24D3FD
Text Example
Text Example
White with #24D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D3FD; }
p { color: rgb(36,211,253); }
H1.HeaderClassName
{
color: #24D3FD;
}
.AnyTagClassName
{
color: #24D3FD;
}
</style>
background-color css
<style>
a { background-color: #24D3FD; }
a { background-color: rgb(36,211,253); }
div.DivClassName
{
background-color: #24D3FD;
}
.BgClassName
{
background-color: #24D3FD;
}
</style>
border-color css
<style>
span { border-color: #24D3FD; }
span { border-color: rgb(36,211,253); }
td.TdClassName
{
border-color: #24D3FD;
}
.TagClassName
{
border-color: #24D3FD;
}
</style>