Shades of Pelorous #1E9DB8
Tints of Pelorous #1E9DB8
RGB
CMYK
RGB Variations
Color information
#1E9DB8 (or 0x1E9DB8) is known color: Pelorous. HEX triplet: 1E, 9D and B8. RGB value is (30,157,184). Sum of RGB (Red+Green+Blue) = 30+157+184=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #1E9DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9DB8 is #E16247. Grayscale: #797979. Windows color (decimal): -14770760 or 12098846. OLE color: 12098846.
HSL color Cylindrical-coordinate representation of color #1E9DB8: hue angle of 190.52º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E9DB8 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 157 | 184 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.28 |
| HSL | 190.52º | 0.72% | 0.42% | - |
| HSV(B) | 190.52º | 0.84% | 0.72% | - |
| XYZ | 21.24 | 27.85 | 49.6 | - |
| YUV | 122.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 157 | 184 | 0.84 | 0.15 | 0 | 0.28 | 190.52 | 0.72 | 0.42 |
| Hex | 1E | 9D | B8 | 54 | F | 0 | 1C | BF | 48 | 2A |
| Octal | 36 | 235 | 270 | 124 | 17 | 0 | 34 | 277 | 110 | 52 |
| Binary | 11110 | 10011101 | 10111000 | 1010100 | 1111 | 0 | 11100 | 10111111 | 1001000 | 101010 |
Color Harmonies of #1E9DB8
Complementary color
Monochromatic Colors of #1E9DB8
Black with #1E9DB8
Text Example
Text Example
White with #1E9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9DB8; }
p { color: rgb(30,157,184); }
H1.HeaderClassName
{
color: #1E9DB8;
}
.AnyTagClassName
{
color: #1E9DB8;
}
</style>
background-color css
<style>
a { background-color: #1E9DB8; }
a { background-color: rgb(30,157,184); }
div.DivClassName
{
background-color: #1E9DB8;
}
.BgClassName
{
background-color: #1E9DB8;
}
</style>
border-color css
<style>
span { border-color: #1E9DB8; }
span { border-color: rgb(30,157,184); }
td.TdClassName
{
border-color: #1E9DB8;
}
.TagClassName
{
border-color: #1E9DB8;
}
</style>