Shades of Pelorous #2A9EAC
Tints of Pelorous #2A9EAC
RGB
CMYK
RGB Variations
Color information
#2A9EAC (or 0x2A9EAC) is known color: Pelorous. HEX triplet: 2A, 9E and AC. RGB value is (42,158,172). Sum of RGB (Red+Green+Blue) = 42+158+172=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A9EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9EAC is #D56153. Grayscale: #7C7C7C. Windows color (decimal): -13984084 or 11312682. OLE color: 11312682.
HSL color Cylindrical-coordinate representation of color #2A9EAC: hue angle of 186.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A9EAC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 158 | 172 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.33 |
| HSL | 186.46º | 0.61% | 0.42% | - |
| HSV(B) | 186.46º | 0.76% | 0.67% | - |
| XYZ | 20.63 | 27.92 | 43.33 | - |
| YUV | 124.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 172 | 0.76 | 0.08 | 0 | 0.33 | 186.46 | 0.61 | 0.42 |
| Hex | 2A | 9E | AC | 4C | 8 | 0 | 21 | BA | 3D | 2A |
| Octal | 52 | 236 | 254 | 114 | 10 | 0 | 41 | 272 | 75 | 52 |
| Binary | 101010 | 10011110 | 10101100 | 1001100 | 1000 | 0 | 100001 | 10111010 | 111101 | 101010 |
Color Harmonies of #2A9EAC
Complementary color
Monochromatic Colors of #2A9EAC
Black with #2A9EAC
Text Example
Text Example
White with #2A9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9EAC; }
p { color: rgb(42,158,172); }
H1.HeaderClassName
{
color: #2A9EAC;
}
.AnyTagClassName
{
color: #2A9EAC;
}
</style>
background-color css
<style>
a { background-color: #2A9EAC; }
a { background-color: rgb(42,158,172); }
div.DivClassName
{
background-color: #2A9EAC;
}
.BgClassName
{
background-color: #2A9EAC;
}
</style>
border-color css
<style>
span { border-color: #2A9EAC; }
span { border-color: rgb(42,158,172); }
td.TdClassName
{
border-color: #2A9EAC;
}
.TagClassName
{
border-color: #2A9EAC;
}
</style>