Shades of Deep Sky Blue #24D1F3
Tints of Deep Sky Blue #24D1F3
RGB
CMYK
RGB Variations
Color information
#24D1F3 (or 0x24D1F3) is known color: Deep Sky Blue. HEX triplet: 24, D1 and F3. RGB value is (36,209,243). Sum of RGB (Red+Green+Blue) = 36+209+243=488 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.38% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #24D1F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D1F3 is #DB2E0C. Grayscale: #A0A0A0. Windows color (decimal): -14364173 or 15978788. OLE color: 15978788.
HSL color Cylindrical-coordinate representation of color #24D1F3: hue angle of 189.86º degrees, saturation: 0.9, 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 #24D1F3 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 209 | 243 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.05 |
| HSL | 189.86º | 0.9% | 0.55% | - |
| HSV(B) | 189.86º | 0.85% | 0.95% | - |
| XYZ | 39.71 | 52.45 | 92.82 | - |
| YUV | 161.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 209 | 243 | 0.85 | 0.14 | 0 | 0.05 | 189.86 | 0.9 | 0.55 |
| Hex | 24 | D1 | F3 | 55 | E | 0 | 5 | BE | 5A | 37 |
| Octal | 44 | 321 | 363 | 125 | 16 | 0 | 5 | 276 | 132 | 67 |
| Binary | 100100 | 11010001 | 11110011 | 1010101 | 1110 | 0 | 101 | 10111110 | 1011010 | 110111 |
Color Harmonies of #24D1F3
Complementary color
Monochromatic Colors of #24D1F3
Black with #24D1F3
Text Example
Text Example
White with #24D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D1F3; }
p { color: rgb(36,209,243); }
H1.HeaderClassName
{
color: #24D1F3;
}
.AnyTagClassName
{
color: #24D1F3;
}
</style>
background-color css
<style>
a { background-color: #24D1F3; }
a { background-color: rgb(36,209,243); }
div.DivClassName
{
background-color: #24D1F3;
}
.BgClassName
{
background-color: #24D1F3;
}
</style>
border-color css
<style>
span { border-color: #24D1F3; }
span { border-color: rgb(36,209,243); }
td.TdClassName
{
border-color: #24D1F3;
}
.TagClassName
{
border-color: #24D1F3;
}
</style>