Shades of Deep Sky Blue #1ECBFB
Tints of Deep Sky Blue #1ECBFB
RGB
CMYK
RGB Variations
Color information
#1ECBFB (or 0x1ECBFB) is known color: Deep Sky Blue. HEX triplet: 1E, CB and FB. RGB value is (30,203,251). Sum of RGB (Red+Green+Blue) = 30+203+251=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ECBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBFB is #E13404. Grayscale: #9C9C9C. Windows color (decimal): -14758917 or 16501534. OLE color: 16501534.
HSL color Cylindrical-coordinate representation of color #1ECBFB: hue angle of 193.03º degrees, saturation: 0.97, 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 #1ECBFB is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 203 | 251 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.02 |
| HSL | 193.03º | 0.97% | 0.55% | - |
| HSV(B) | 193.03º | 0.88% | 0.98% | - |
| XYZ | 39.3 | 49.95 | 98.84 | - |
| YUV | 156.75 | 181.19 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 251 | 0.88 | 0.19 | 0 | 0.02 | 193.03 | 0.97 | 0.55 |
| Hex | 1E | CB | FB | 58 | 13 | 0 | 2 | C1 | 61 | 37 |
| Octal | 36 | 313 | 373 | 130 | 23 | 0 | 2 | 301 | 141 | 67 |
| Binary | 11110 | 11001011 | 11111011 | 1011000 | 10011 | 0 | 10 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1ECBFB
Complementary color
Monochromatic Colors of #1ECBFB
Black with #1ECBFB
Text Example
Text Example
White with #1ECBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBFB; }
p { color: rgb(30,203,251); }
H1.HeaderClassName
{
color: #1ECBFB;
}
.AnyTagClassName
{
color: #1ECBFB;
}
</style>
background-color css
<style>
a { background-color: #1ECBFB; }
a { background-color: rgb(30,203,251); }
div.DivClassName
{
background-color: #1ECBFB;
}
.BgClassName
{
background-color: #1ECBFB;
}
</style>
border-color css
<style>
span { border-color: #1ECBFB; }
span { border-color: rgb(30,203,251); }
td.TdClassName
{
border-color: #1ECBFB;
}
.TagClassName
{
border-color: #1ECBFB;
}
</style>