Shades of Deep Sky Blue #1ECBFA
Tints of Deep Sky Blue #1ECBFA
RGB
CMYK
RGB Variations
Color information
#1ECBFA (or 0x1ECBFA) is known color: Deep Sky Blue. HEX triplet: 1E, CB and FA. RGB value is (30,203,250). Sum of RGB (Red+Green+Blue) = 30+203+250=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ECBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBFA is #E13405. Grayscale: #9C9C9C. Windows color (decimal): -14758918 or 16435998. OLE color: 16435998.
HSL color Cylindrical-coordinate representation of color #1ECBFA: hue angle of 192.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECBFA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 203 | 250 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.02 |
| HSL | 192.82º | 0.96% | 0.55% | - |
| HSV(B) | 192.82º | 0.88% | 0.98% | - |
| XYZ | 39.15 | 49.89 | 98.01 | - |
| YUV | 156.63 | 180.69 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 250 | 0.88 | 0.19 | 0 | 0.02 | 192.82 | 0.96 | 0.55 |
| Hex | 1E | CB | FA | 58 | 13 | 0 | 2 | C1 | 60 | 37 |
| Octal | 36 | 313 | 372 | 130 | 23 | 0 | 2 | 301 | 140 | 67 |
| Binary | 11110 | 11001011 | 11111010 | 1011000 | 10011 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #1ECBFA
Complementary color
Monochromatic Colors of #1ECBFA
Black with #1ECBFA
Text Example
Text Example
White with #1ECBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBFA; }
p { color: rgb(30,203,250); }
H1.HeaderClassName
{
color: #1ECBFA;
}
.AnyTagClassName
{
color: #1ECBFA;
}
</style>
background-color css
<style>
a { background-color: #1ECBFA; }
a { background-color: rgb(30,203,250); }
div.DivClassName
{
background-color: #1ECBFA;
}
.BgClassName
{
background-color: #1ECBFA;
}
</style>
border-color css
<style>
span { border-color: #1ECBFA; }
span { border-color: rgb(30,203,250); }
td.TdClassName
{
border-color: #1ECBFA;
}
.TagClassName
{
border-color: #1ECBFA;
}
</style>