Shades of Deep Sky Blue #1ED3F3
Tints of Deep Sky Blue #1ED3F3
RGB
CMYK
RGB Variations
Color information
#1ED3F3 (or 0x1ED3F3) is known color: Deep Sky Blue. HEX triplet: 1E, D3 and F3. RGB value is (30,211,243). Sum of RGB (Red+Green+Blue) = 30+211+243=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ED3F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED3F3 is #E12C0C. Grayscale: #A0A0A0. Windows color (decimal): -14756877 or 15979294. OLE color: 15979294.
HSL color Cylindrical-coordinate representation of color #1ED3F3: hue angle of 189.01º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED3F3 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 211 | 243 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.05 |
| HSL | 189.01º | 0.9% | 0.54% | - |
| HSV(B) | 189.01º | 0.88% | 0.95% | - |
| XYZ | 40.01 | 53.34 | 92.98 | - |
| YUV | 160.53 | 174.53 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 243 | 0.88 | 0.13 | 0 | 0.05 | 189.01 | 0.9 | 0.54 |
| Hex | 1E | D3 | F3 | 58 | D | 0 | 5 | BD | 5A | 36 |
| Octal | 36 | 323 | 363 | 130 | 15 | 0 | 5 | 275 | 132 | 66 |
| Binary | 11110 | 11010011 | 11110011 | 1011000 | 1101 | 0 | 101 | 10111101 | 1011010 | 110110 |
Color Harmonies of #1ED3F3
Complementary color
Monochromatic Colors of #1ED3F3
Black with #1ED3F3
Text Example
Text Example
White with #1ED3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED3F3; }
p { color: rgb(30,211,243); }
H1.HeaderClassName
{
color: #1ED3F3;
}
.AnyTagClassName
{
color: #1ED3F3;
}
</style>
background-color css
<style>
a { background-color: #1ED3F3; }
a { background-color: rgb(30,211,243); }
div.DivClassName
{
background-color: #1ED3F3;
}
.BgClassName
{
background-color: #1ED3F3;
}
</style>
border-color css
<style>
span { border-color: #1ED3F3; }
span { border-color: rgb(30,211,243); }
td.TdClassName
{
border-color: #1ED3F3;
}
.TagClassName
{
border-color: #1ED3F3;
}
</style>