Shades of Pelorous #2A9FAC
Tints of Pelorous #2A9FAC
RGB
CMYK
RGB Variations
Color information
#2A9FAC (or 0x2A9FAC) is known color: Pelorous. HEX triplet: 2A, 9F and AC. RGB value is (42,159,172). Sum of RGB (Red+Green+Blue) = 42+159+172=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9FAC is #D56053. Grayscale: #7D7D7D. Windows color (decimal): -13983828 or 11312938. OLE color: 11312938.
HSL color Cylindrical-coordinate representation of color #2A9FAC: hue angle of 186º 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 #2A9FAC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 159 | 172 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.33 |
| HSL | 186º | 0.61% | 0.42% | - |
| HSV(B) | 186º | 0.76% | 0.67% | - |
| XYZ | 20.8 | 28.27 | 43.39 | - |
| YUV | 125.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 172 | 0.76 | 0.08 | 0 | 0.33 | 186 | 0.61 | 0.42 |
| Hex | 2A | 9F | AC | 4C | 8 | 0 | 21 | BA | 3D | 2A |
| Octal | 52 | 237 | 254 | 114 | 10 | 0 | 41 | 272 | 75 | 52 |
| Binary | 101010 | 10011111 | 10101100 | 1001100 | 1000 | 0 | 100001 | 10111010 | 111101 | 101010 |
Color Harmonies of #2A9FAC
Complementary color
Monochromatic Colors of #2A9FAC
Black with #2A9FAC
Text Example
Text Example
White with #2A9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9FAC; }
p { color: rgb(42,159,172); }
H1.HeaderClassName
{
color: #2A9FAC;
}
.AnyTagClassName
{
color: #2A9FAC;
}
</style>
background-color css
<style>
a { background-color: #2A9FAC; }
a { background-color: rgb(42,159,172); }
div.DivClassName
{
background-color: #2A9FAC;
}
.BgClassName
{
background-color: #2A9FAC;
}
</style>
border-color css
<style>
span { border-color: #2A9FAC; }
span { border-color: rgb(42,159,172); }
td.TdClassName
{
border-color: #2A9FAC;
}
.TagClassName
{
border-color: #2A9FAC;
}
</style>