Shades of Deep Sky Blue #1ECBF1
Tints of Deep Sky Blue #1ECBF1
RGB
CMYK
RGB Variations
Color information
#1ECBF1 (or 0x1ECBF1) is known color: Deep Sky Blue. HEX triplet: 1E, CB and F1. RGB value is (30,203,241). Sum of RGB (Red+Green+Blue) = 30+203+241=474 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.33% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #1ECBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBF1 is #E1340E. Grayscale: #9B9B9B. Windows color (decimal): -14758927 or 15846174. OLE color: 15846174.
HSL color Cylindrical-coordinate representation of color #1ECBF1: hue angle of 190.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECBF1 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 203 | 241 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.05 |
| HSL | 190.81º | 0.88% | 0.53% | - |
| HSV(B) | 190.81º | 0.88% | 0.95% | - |
| XYZ | 37.77 | 49.34 | 90.75 | - |
| YUV | 155.61 | 176.19 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 241 | 0.88 | 0.16 | 0 | 0.05 | 190.81 | 0.88 | 0.53 |
| Hex | 1E | CB | F1 | 58 | 10 | 0 | 5 | BF | 58 | 35 |
| Octal | 36 | 313 | 361 | 130 | 20 | 0 | 5 | 277 | 130 | 65 |
| Binary | 11110 | 11001011 | 11110001 | 1011000 | 10000 | 0 | 101 | 10111111 | 1011000 | 110101 |
Color Harmonies of #1ECBF1
Complementary color
Monochromatic Colors of #1ECBF1
Black with #1ECBF1
Text Example
Text Example
White with #1ECBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBF1; }
p { color: rgb(30,203,241); }
H1.HeaderClassName
{
color: #1ECBF1;
}
.AnyTagClassName
{
color: #1ECBF1;
}
</style>
background-color css
<style>
a { background-color: #1ECBF1; }
a { background-color: rgb(30,203,241); }
div.DivClassName
{
background-color: #1ECBF1;
}
.BgClassName
{
background-color: #1ECBF1;
}
</style>
border-color css
<style>
span { border-color: #1ECBF1; }
span { border-color: rgb(30,203,241); }
td.TdClassName
{
border-color: #1ECBF1;
}
.TagClassName
{
border-color: #1ECBF1;
}
</style>