Shades of Pelorous #1E97CB
Tints of Pelorous #1E97CB
RGB
CMYK
RGB Variations
Color information
#1E97CB (or 0x1E97CB) is known color: Pelorous. HEX triplet: 1E, 97 and CB. RGB value is (30,151,203). Sum of RGB (Red+Green+Blue) = 30+151+203=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E97CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E97CB is #E16834. Grayscale: #787878. Windows color (decimal): -14772277 or 13342494. OLE color: 13342494.
HSL color Cylindrical-coordinate representation of color #1E97CB: hue angle of 198.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E97CB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 151 | 203 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.20 |
| HSL | 198.03º | 0.74% | 0.46% | - |
| HSV(B) | 198.03º | 0.85% | 0.8% | - |
| XYZ | 22.38 | 26.72 | 60.48 | - |
| YUV | 120.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 203 | 0.85 | 0.26 | 0 | 0.20 | 198.03 | 0.74 | 0.46 |
| Hex | 1E | 97 | CB | 55 | 1A | 0 | 14 | C6 | 4A | 2E |
| Octal | 36 | 227 | 313 | 125 | 32 | 0 | 24 | 306 | 112 | 56 |
| Binary | 11110 | 10010111 | 11001011 | 1010101 | 11010 | 0 | 10100 | 11000110 | 1001010 | 101110 |
Color Harmonies of #1E97CB
Complementary color
Monochromatic Colors of #1E97CB
Black with #1E97CB
Text Example
Text Example
White with #1E97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E97CB; }
p { color: rgb(30,151,203); }
H1.HeaderClassName
{
color: #1E97CB;
}
.AnyTagClassName
{
color: #1E97CB;
}
</style>
background-color css
<style>
a { background-color: #1E97CB; }
a { background-color: rgb(30,151,203); }
div.DivClassName
{
background-color: #1E97CB;
}
.BgClassName
{
background-color: #1E97CB;
}
</style>
border-color css
<style>
span { border-color: #1E97CB; }
span { border-color: rgb(30,151,203); }
td.TdClassName
{
border-color: #1E97CB;
}
.TagClassName
{
border-color: #1E97CB;
}
</style>