Shades of Pelorous #2AA0CB
Tints of Pelorous #2AA0CB
RGB
CMYK
RGB Variations
Color information
#2AA0CB (or 0x2AA0CB) is known color: Pelorous. HEX triplet: 2A, A0 and CB. RGB value is (42,160,203). Sum of RGB (Red+Green+Blue) = 42+160+203=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #2AA0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA0CB is #D55F34. Grayscale: #818181. Windows color (decimal): -13983541 or 13344810. OLE color: 13344810.
HSL color Cylindrical-coordinate representation of color #2AA0CB: hue angle of 196.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA0CB is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 160 | 203 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.20 |
| HSL | 196.02º | 0.66% | 0.48% | - |
| HSV(B) | 196.02º | 0.79% | 0.8% | - |
| XYZ | 24.31 | 29.95 | 61 | - |
| YUV | 129.62 | 169.41 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 203 | 0.79 | 0.21 | 0 | 0.20 | 196.02 | 0.66 | 0.48 |
| Hex | 2A | A0 | CB | 4F | 15 | 0 | 14 | C4 | 42 | 30 |
| Octal | 52 | 240 | 313 | 117 | 25 | 0 | 24 | 304 | 102 | 60 |
| Binary | 101010 | 10100000 | 11001011 | 1001111 | 10101 | 0 | 10100 | 11000100 | 1000010 | 110000 |
Color Harmonies of #2AA0CB
Complementary color
Monochromatic Colors of #2AA0CB
Black with #2AA0CB
Text Example
Text Example
White with #2AA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA0CB; }
p { color: rgb(42,160,203); }
H1.HeaderClassName
{
color: #2AA0CB;
}
.AnyTagClassName
{
color: #2AA0CB;
}
</style>
background-color css
<style>
a { background-color: #2AA0CB; }
a { background-color: rgb(42,160,203); }
div.DivClassName
{
background-color: #2AA0CB;
}
.BgClassName
{
background-color: #2AA0CB;
}
</style>
border-color css
<style>
span { border-color: #2AA0CB; }
span { border-color: rgb(42,160,203); }
td.TdClassName
{
border-color: #2AA0CB;
}
.TagClassName
{
border-color: #2AA0CB;
}
</style>