Shades of Pelorous #1E9ECE
Tints of Pelorous #1E9ECE
RGB
CMYK
RGB Variations
Color information
#1E9ECE (or 0x1E9ECE) is known color: Pelorous. HEX triplet: 1E, 9E and CE. RGB value is (30,158,206). Sum of RGB (Red+Green+Blue) = 30+158+206=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E9ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ECE is #E16131. Grayscale: #7C7C7C. Windows color (decimal): -14770482 or 13540894. OLE color: 13540894.
HSL color Cylindrical-coordinate representation of color #1E9ECE: hue angle of 196.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E9ECE is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 158 | 206 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.19 |
| HSL | 196.36º | 0.75% | 0.46% | - |
| HSV(B) | 196.36º | 0.85% | 0.81% | - |
| XYZ | 23.9 | 29.19 | 62.77 | - |
| YUV | 125.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 206 | 0.85 | 0.23 | 0 | 0.19 | 196.36 | 0.75 | 0.46 |
| Hex | 1E | 9E | CE | 55 | 17 | 0 | 13 | C4 | 4B | 2E |
| Octal | 36 | 236 | 316 | 125 | 27 | 0 | 23 | 304 | 113 | 56 |
| Binary | 11110 | 10011110 | 11001110 | 1010101 | 10111 | 0 | 10011 | 11000100 | 1001011 | 101110 |
Color Harmonies of #1E9ECE
Complementary color
Monochromatic Colors of #1E9ECE
Black with #1E9ECE
Text Example
Text Example
White with #1E9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9ECE; }
p { color: rgb(30,158,206); }
H1.HeaderClassName
{
color: #1E9ECE;
}
.AnyTagClassName
{
color: #1E9ECE;
}
</style>
background-color css
<style>
a { background-color: #1E9ECE; }
a { background-color: rgb(30,158,206); }
div.DivClassName
{
background-color: #1E9ECE;
}
.BgClassName
{
background-color: #1E9ECE;
}
</style>
border-color css
<style>
span { border-color: #1E9ECE; }
span { border-color: rgb(30,158,206); }
td.TdClassName
{
border-color: #1E9ECE;
}
.TagClassName
{
border-color: #1E9ECE;
}
</style>