Shades of Deep Sky Blue #1ECDFB
Tints of Deep Sky Blue #1ECDFB
RGB
CMYK
RGB Variations
Color information
#1ECDFB (or 0x1ECDFB) is known color: Deep Sky Blue. HEX triplet: 1E, CD and FB. RGB value is (30,205,251). Sum of RGB (Red+Green+Blue) = 30+205+251=486 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.17% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ECDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECDFB is #E13204. Grayscale: #9D9D9D. Windows color (decimal): -14758405 or 16502046. OLE color: 16502046.
HSL color Cylindrical-coordinate representation of color #1ECDFB: hue angle of 192.49º 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 #1ECDFB is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 205 | 251 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.02 |
| HSL | 192.49º | 0.97% | 0.55% | - |
| HSV(B) | 192.49º | 0.88% | 0.98% | - |
| XYZ | 39.78 | 50.9 | 99 | - |
| YUV | 157.92 | 180.52 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 251 | 0.88 | 0.18 | 0 | 0.02 | 192.49 | 0.97 | 0.55 |
| Hex | 1E | CD | FB | 58 | 12 | 0 | 2 | C0 | 61 | 37 |
| Octal | 36 | 315 | 373 | 130 | 22 | 0 | 2 | 300 | 141 | 67 |
| Binary | 11110 | 11001101 | 11111011 | 1011000 | 10010 | 0 | 10 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1ECDFB
Complementary color
Monochromatic Colors of #1ECDFB
Black with #1ECDFB
Text Example
Text Example
White with #1ECDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDFB; }
p { color: rgb(30,205,251); }
H1.HeaderClassName
{
color: #1ECDFB;
}
.AnyTagClassName
{
color: #1ECDFB;
}
</style>
background-color css
<style>
a { background-color: #1ECDFB; }
a { background-color: rgb(30,205,251); }
div.DivClassName
{
background-color: #1ECDFB;
}
.BgClassName
{
background-color: #1ECDFB;
}
</style>
border-color css
<style>
span { border-color: #1ECDFB; }
span { border-color: rgb(30,205,251); }
td.TdClassName
{
border-color: #1ECDFB;
}
.TagClassName
{
border-color: #1ECDFB;
}
</style>