Shades of Deep Sky Blue #1ECFFC
Tints of Deep Sky Blue #1ECFFC
RGB
CMYK
RGB Variations
Color information
#1ECFFC (or 0x1ECFFC) is known color: Deep Sky Blue. HEX triplet: 1E, CF and FC. RGB value is (30,207,252). Sum of RGB (Red+Green+Blue) = 30+207+252=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ECFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECFFC is #E13003. Grayscale: #9E9E9E. Windows color (decimal): -14757892 or 16568094. OLE color: 16568094.
HSL color Cylindrical-coordinate representation of color #1ECFFC: hue angle of 192.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECFFC is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 207 | 252 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.01 |
| HSL | 192.16º | 0.97% | 0.55% | - |
| HSV(B) | 192.16º | 0.88% | 0.99% | - |
| XYZ | 40.42 | 51.93 | 99.99 | - |
| YUV | 159.21 | 180.36 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 252 | 0.88 | 0.18 | 0 | 0.01 | 192.16 | 0.97 | 0.55 |
| Hex | 1E | CF | FC | 58 | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 36 | 317 | 374 | 130 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11110 | 11001111 | 11111100 | 1011000 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1ECFFC
Complementary color
Monochromatic Colors of #1ECFFC
Black with #1ECFFC
Text Example
Text Example
White with #1ECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFFC; }
p { color: rgb(30,207,252); }
H1.HeaderClassName
{
color: #1ECFFC;
}
.AnyTagClassName
{
color: #1ECFFC;
}
</style>
background-color css
<style>
a { background-color: #1ECFFC; }
a { background-color: rgb(30,207,252); }
div.DivClassName
{
background-color: #1ECFFC;
}
.BgClassName
{
background-color: #1ECFFC;
}
</style>
border-color css
<style>
span { border-color: #1ECFFC; }
span { border-color: rgb(30,207,252); }
td.TdClassName
{
border-color: #1ECFFC;
}
.TagClassName
{
border-color: #1ECFFC;
}
</style>