Shades of Pelorous #2AABBD
Tints of Pelorous #2AABBD
RGB
CMYK
RGB Variations
Color information
#2AABBD (or 0x2AABBD) is known color: Pelorous. HEX triplet: 2A, AB and BD. RGB value is (42,171,189). Sum of RGB (Red+Green+Blue) = 42+171+189=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABBD is #D55442. Grayscale: #868686. Windows color (decimal): -13980739 or 12430122. OLE color: 12430122.
HSL color Cylindrical-coordinate representation of color #2AABBD: hue angle of 187.35º 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 #2AABBD is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 171 | 189 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.26 |
| HSL | 187.35º | 0.64% | 0.45% | - |
| HSV(B) | 187.35º | 0.78% | 0.74% | - |
| XYZ | 24.7 | 33.29 | 53.27 | - |
| YUV | 134.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 189 | 0.78 | 0.10 | 0 | 0.26 | 187.35 | 0.64 | 0.45 |
| Hex | 2A | AB | BD | 4E | A | 0 | 1A | BB | 40 | 2D |
| Octal | 52 | 253 | 275 | 116 | 12 | 0 | 32 | 273 | 100 | 55 |
| Binary | 101010 | 10101011 | 10111101 | 1001110 | 1010 | 0 | 11010 | 10111011 | 1000000 | 101101 |
Color Harmonies of #2AABBD
Complementary color
Monochromatic Colors of #2AABBD
Black with #2AABBD
Text Example
Text Example
White with #2AABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABBD; }
p { color: rgb(42,171,189); }
H1.HeaderClassName
{
color: #2AABBD;
}
.AnyTagClassName
{
color: #2AABBD;
}
</style>
background-color css
<style>
a { background-color: #2AABBD; }
a { background-color: rgb(42,171,189); }
div.DivClassName
{
background-color: #2AABBD;
}
.BgClassName
{
background-color: #2AABBD;
}
</style>
border-color css
<style>
span { border-color: #2AABBD; }
span { border-color: rgb(42,171,189); }
td.TdClassName
{
border-color: #2AABBD;
}
.TagClassName
{
border-color: #2AABBD;
}
</style>