Shades of Deep Sky Blue #1EBCFF
Tints of Deep Sky Blue #1EBCFF
RGB
CMYK
RGB Variations
Color information
#1EBCFF (or 0x1EBCFF) is known color: Deep Sky Blue. HEX triplet: 1E, BC and FF. RGB value is (30,188,255). Sum of RGB (Red+Green+Blue) = 30+188+255=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBCFF is #E14300. Grayscale: #939393. Windows color (decimal): -14762753 or 16759838. OLE color: 16759838.
HSL color Cylindrical-coordinate representation of color #1EBCFF: hue angle of 197.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBCFF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 188 | 255 | - |
| CMYK | 0.88 | 0.26 | 0 | 0 |
| HSL | 197.87º | 1% | 0.56% | - |
| HSV(B) | 197.87º | 0.88% | 1% | - |
| XYZ | 36.57 | 43.46 | 101.07 | - |
| YUV | 148.4 | 188.15 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 255 | 0.88 | 0.26 | 0 | 0 | 197.87 | 1 | 0.56 |
| Hex | 1E | BC | FF | 58 | 1A | 0 | 0 | C6 | 64 | 38 |
| Octal | 36 | 274 | 377 | 130 | 32 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11110 | 10111100 | 11111111 | 1011000 | 11010 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1EBCFF
Complementary color
Monochromatic Colors of #1EBCFF
Black with #1EBCFF
Text Example
Text Example
White with #1EBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCFF; }
p { color: rgb(30,188,255); }
H1.HeaderClassName
{
color: #1EBCFF;
}
.AnyTagClassName
{
color: #1EBCFF;
}
</style>
background-color css
<style>
a { background-color: #1EBCFF; }
a { background-color: rgb(30,188,255); }
div.DivClassName
{
background-color: #1EBCFF;
}
.BgClassName
{
background-color: #1EBCFF;
}
</style>
border-color css
<style>
span { border-color: #1EBCFF; }
span { border-color: rgb(30,188,255); }
td.TdClassName
{
border-color: #1EBCFF;
}
.TagClassName
{
border-color: #1EBCFF;
}
</style>