Shades of Pelorous #2AA8BD
Tints of Pelorous #2AA8BD
RGB
CMYK
RGB Variations
Color information
#2AA8BD (or 0x2AA8BD) is known color: Pelorous. HEX triplet: 2A, A8 and BD. RGB value is (42,168,189). Sum of RGB (Red+Green+Blue) = 42+168+189=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AA8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA8BD is #D55742. Grayscale: #848484. Windows color (decimal): -13981507 or 12429354. OLE color: 12429354.
HSL color Cylindrical-coordinate representation of color #2AA8BD: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA8BD is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 168 | 189 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.26 |
| HSL | 188.57º | 0.64% | 0.45% | - |
| HSV(B) | 188.57º | 0.78% | 0.74% | - |
| XYZ | 24.14 | 32.17 | 53.08 | - |
| YUV | 132.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 189 | 0.78 | 0.11 | 0 | 0.26 | 188.57 | 0.64 | 0.45 |
| Hex | 2A | A8 | BD | 4E | B | 0 | 1A | BD | 40 | 2D |
| Octal | 52 | 250 | 275 | 116 | 13 | 0 | 32 | 275 | 100 | 55 |
| Binary | 101010 | 10101000 | 10111101 | 1001110 | 1011 | 0 | 11010 | 10111101 | 1000000 | 101101 |
Color Harmonies of #2AA8BD
Complementary color
Monochromatic Colors of #2AA8BD
Black with #2AA8BD
Text Example
Text Example
White with #2AA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA8BD; }
p { color: rgb(42,168,189); }
H1.HeaderClassName
{
color: #2AA8BD;
}
.AnyTagClassName
{
color: #2AA8BD;
}
</style>
background-color css
<style>
a { background-color: #2AA8BD; }
a { background-color: rgb(42,168,189); }
div.DivClassName
{
background-color: #2AA8BD;
}
.BgClassName
{
background-color: #2AA8BD;
}
</style>
border-color css
<style>
span { border-color: #2AA8BD; }
span { border-color: rgb(42,168,189); }
td.TdClassName
{
border-color: #2AA8BD;
}
.TagClassName
{
border-color: #2AA8BD;
}
</style>