Shades of Pelorous #1E96BE
Tints of Pelorous #1E96BE
RGB
CMYK
RGB Variations
Color information
#1E96BE (or 0x1E96BE) is known color: Pelorous. HEX triplet: 1E, 96 and BE. RGB value is (30,150,190). Sum of RGB (Red+Green+Blue) = 30+150+190=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96BE is #E16941. Grayscale: #767676. Windows color (decimal): -14772546 or 12490270. OLE color: 12490270.
HSL color Cylindrical-coordinate representation of color #1E96BE: hue angle of 195º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E96BE is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 150 | 190 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.25 |
| HSL | 195º | 0.73% | 0.43% | - |
| HSV(B) | 195º | 0.84% | 0.75% | - |
| XYZ | 20.74 | 25.81 | 52.6 | - |
| YUV | 118.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 190 | 0.84 | 0.21 | 0 | 0.25 | 195 | 0.73 | 0.43 |
| Hex | 1E | 96 | BE | 54 | 15 | 0 | 19 | C3 | 49 | 2B |
| Octal | 36 | 226 | 276 | 124 | 25 | 0 | 31 | 303 | 111 | 53 |
| Binary | 11110 | 10010110 | 10111110 | 1010100 | 10101 | 0 | 11001 | 11000011 | 1001001 | 101011 |
Color Harmonies of #1E96BE
Complementary color
Monochromatic Colors of #1E96BE
Black with #1E96BE
Text Example
Text Example
White with #1E96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E96BE; }
p { color: rgb(30,150,190); }
H1.HeaderClassName
{
color: #1E96BE;
}
.AnyTagClassName
{
color: #1E96BE;
}
</style>
background-color css
<style>
a { background-color: #1E96BE; }
a { background-color: rgb(30,150,190); }
div.DivClassName
{
background-color: #1E96BE;
}
.BgClassName
{
background-color: #1E96BE;
}
</style>
border-color css
<style>
span { border-color: #1E96BE; }
span { border-color: rgb(30,150,190); }
td.TdClassName
{
border-color: #1E96BE;
}
.TagClassName
{
border-color: #1E96BE;
}
</style>