Shades of Deep Sky Blue #1ECFF3
Tints of Deep Sky Blue #1ECFF3
RGB
CMYK
RGB Variations
Color information
#1ECFF3 (or 0x1ECFF3) is known color: Deep Sky Blue. HEX triplet: 1E, CF and F3. RGB value is (30,207,243). Sum of RGB (Red+Green+Blue) = 30+207+243=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ECFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECFF3 is #E1300C. Grayscale: #9D9D9D. Windows color (decimal): -14757901 or 15978270. OLE color: 15978270.
HSL color Cylindrical-coordinate representation of color #1ECFF3: hue angle of 190.14º 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 #1ECFF3 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 207 | 243 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.05 |
| HSL | 190.14º | 0.9% | 0.54% | - |
| HSV(B) | 190.14º | 0.88% | 0.95% | - |
| XYZ | 39.03 | 51.37 | 92.65 | - |
| YUV | 158.18 | 175.86 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 243 | 0.88 | 0.15 | 0 | 0.05 | 190.14 | 0.9 | 0.54 |
| Hex | 1E | CF | F3 | 58 | F | 0 | 5 | BE | 5A | 36 |
| Octal | 36 | 317 | 363 | 130 | 17 | 0 | 5 | 276 | 132 | 66 |
| Binary | 11110 | 11001111 | 11110011 | 1011000 | 1111 | 0 | 101 | 10111110 | 1011010 | 110110 |
Color Harmonies of #1ECFF3
Complementary color
Monochromatic Colors of #1ECFF3
Black with #1ECFF3
Text Example
Text Example
White with #1ECFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFF3; }
p { color: rgb(30,207,243); }
H1.HeaderClassName
{
color: #1ECFF3;
}
.AnyTagClassName
{
color: #1ECFF3;
}
</style>
background-color css
<style>
a { background-color: #1ECFF3; }
a { background-color: rgb(30,207,243); }
div.DivClassName
{
background-color: #1ECFF3;
}
.BgClassName
{
background-color: #1ECFF3;
}
</style>
border-color css
<style>
span { border-color: #1ECFF3; }
span { border-color: rgb(30,207,243); }
td.TdClassName
{
border-color: #1ECFF3;
}
.TagClassName
{
border-color: #1ECFF3;
}
</style>