Shades of Pelorous #1E97CE
Tints of Pelorous #1E97CE
RGB
CMYK
RGB Variations
Color information
#1E97CE (or 0x1E97CE) is known color: Pelorous. HEX triplet: 1E, 97 and CE. RGB value is (30,151,206). Sum of RGB (Red+Green+Blue) = 30+151+206=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E97CE is #E16831. Grayscale: #787878. Windows color (decimal): -14772274 or 13539102. OLE color: 13539102.
HSL color Cylindrical-coordinate representation of color #1E97CE: hue angle of 198.75º 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 #1E97CE is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 151 | 206 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.19 |
| HSL | 198.75º | 0.75% | 0.46% | - |
| HSV(B) | 198.75º | 0.85% | 0.81% | - |
| XYZ | 22.74 | 26.87 | 62.38 | - |
| YUV | 121.09 | 175.91 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 206 | 0.85 | 0.27 | 0 | 0.19 | 198.75 | 0.75 | 0.46 |
| Hex | 1E | 97 | CE | 55 | 1B | 0 | 13 | C7 | 4B | 2E |
| Octal | 36 | 227 | 316 | 125 | 33 | 0 | 23 | 307 | 113 | 56 |
| Binary | 11110 | 10010111 | 11001110 | 1010101 | 11011 | 0 | 10011 | 11000111 | 1001011 | 101110 |
Color Harmonies of #1E97CE
Complementary color
Monochromatic Colors of #1E97CE
Black with #1E97CE
Text Example
Text Example
White with #1E97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E97CE; }
p { color: rgb(30,151,206); }
H1.HeaderClassName
{
color: #1E97CE;
}
.AnyTagClassName
{
color: #1E97CE;
}
</style>
background-color css
<style>
a { background-color: #1E97CE; }
a { background-color: rgb(30,151,206); }
div.DivClassName
{
background-color: #1E97CE;
}
.BgClassName
{
background-color: #1E97CE;
}
</style>
border-color css
<style>
span { border-color: #1E97CE; }
span { border-color: rgb(30,151,206); }
td.TdClassName
{
border-color: #1E97CE;
}
.TagClassName
{
border-color: #1E97CE;
}
</style>