Shades of Pelorous #1A9EA6
Tints of Pelorous #1A9EA6
RGB
CMYK
RGB Variations
Color information
#1A9EA6 (or 0x1A9EA6) is known color: Pelorous. HEX triplet: 1A, 9E and A6. RGB value is (26,158,166). Sum of RGB (Red+Green+Blue) = 26+158+166=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #1A9EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9EA6 is #E56159. Grayscale: #777777. Windows color (decimal): -15032666 or 10919450. OLE color: 10919450.
HSL color Cylindrical-coordinate representation of color #1A9EA6: hue angle of 183.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9EA6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 158 | 166 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.35 |
| HSL | 183.43º | 0.73% | 0.38% | - |
| HSV(B) | 183.43º | 0.84% | 0.65% | - |
| XYZ | 19.54 | 27.43 | 40.34 | - |
| YUV | 119.44 | 154.27 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 166 | 0.84 | 0.05 | 0 | 0.35 | 183.43 | 0.73 | 0.38 |
| Hex | 1A | 9E | A6 | 54 | 5 | 0 | 23 | B7 | 49 | 26 |
| Octal | 32 | 236 | 246 | 124 | 5 | 0 | 43 | 267 | 111 | 46 |
| Binary | 11010 | 10011110 | 10100110 | 1010100 | 101 | 0 | 100011 | 10110111 | 1001001 | 100110 |
Color Harmonies of #1A9EA6
Complementary color
Monochromatic Colors of #1A9EA6
Black with #1A9EA6
Text Example
Text Example
White with #1A9EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EA6; }
p { color: rgb(26,158,166); }
H1.HeaderClassName
{
color: #1A9EA6;
}
.AnyTagClassName
{
color: #1A9EA6;
}
</style>
background-color css
<style>
a { background-color: #1A9EA6; }
a { background-color: rgb(26,158,166); }
div.DivClassName
{
background-color: #1A9EA6;
}
.BgClassName
{
background-color: #1A9EA6;
}
</style>
border-color css
<style>
span { border-color: #1A9EA6; }
span { border-color: rgb(26,158,166); }
td.TdClassName
{
border-color: #1A9EA6;
}
.TagClassName
{
border-color: #1A9EA6;
}
</style>