Shades of Pelorous #1E9FAA
Tints of Pelorous #1E9FAA
RGB
CMYK
RGB Variations
Color information
#1E9FAA (or 0x1E9FAA) is known color: Pelorous. HEX triplet: 1E, 9F and AA. RGB value is (30,159,170). Sum of RGB (Red+Green+Blue) = 30+159+170=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9FAA is #E16055. Grayscale: #797979. Windows color (decimal): -14770262 or 11181854. OLE color: 11181854.
HSL color Cylindrical-coordinate representation of color #1E9FAA: hue angle of 184.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E9FAA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 159 | 170 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.33 |
| HSL | 184.71º | 0.7% | 0.39% | - |
| HSV(B) | 184.71º | 0.82% | 0.67% | - |
| XYZ | 20.19 | 27.97 | 42.37 | - |
| YUV | 121.68 | 155.26 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 170 | 0.82 | 0.06 | 0 | 0.33 | 184.71 | 0.7 | 0.39 |
| Hex | 1E | 9F | AA | 52 | 6 | 0 | 21 | B9 | 46 | 27 |
| Octal | 36 | 237 | 252 | 122 | 6 | 0 | 41 | 271 | 106 | 47 |
| Binary | 11110 | 10011111 | 10101010 | 1010010 | 110 | 0 | 100001 | 10111001 | 1000110 | 100111 |
Color Harmonies of #1E9FAA
Complementary color
Monochromatic Colors of #1E9FAA
Black with #1E9FAA
Text Example
Text Example
White with #1E9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FAA; }
p { color: rgb(30,159,170); }
H1.HeaderClassName
{
color: #1E9FAA;
}
.AnyTagClassName
{
color: #1E9FAA;
}
</style>
background-color css
<style>
a { background-color: #1E9FAA; }
a { background-color: rgb(30,159,170); }
div.DivClassName
{
background-color: #1E9FAA;
}
.BgClassName
{
background-color: #1E9FAA;
}
</style>
border-color css
<style>
span { border-color: #1E9FAA; }
span { border-color: rgb(30,159,170); }
td.TdClassName
{
border-color: #1E9FAA;
}
.TagClassName
{
border-color: #1E9FAA;
}
</style>