Shades of Pelorous #2AADBC
Tints of Pelorous #2AADBC
RGB
CMYK
RGB Variations
Color information
#2AADBC (or 0x2AADBC) is known color: Pelorous. HEX triplet: 2A, AD and BC. RGB value is (42,173,188). Sum of RGB (Red+Green+Blue) = 42+173+188=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #2AADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADBC is #D55243. Grayscale: #878787. Windows color (decimal): -13980228 or 12365098. OLE color: 12365098.
HSL color Cylindrical-coordinate representation of color #2AADBC: hue angle of 186.16º degrees, saturation: 0.63, 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 #2AADBC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 173 | 188 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.26 |
| HSL | 186.16º | 0.63% | 0.45% | - |
| HSV(B) | 186.16º | 0.78% | 0.74% | - |
| XYZ | 24.98 | 34.01 | 52.83 | - |
| YUV | 135.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 188 | 0.78 | 0.08 | 0 | 0.26 | 186.16 | 0.63 | 0.45 |
| Hex | 2A | AD | BC | 4E | 8 | 0 | 1A | BA | 3F | 2D |
| Octal | 52 | 255 | 274 | 116 | 10 | 0 | 32 | 272 | 77 | 55 |
| Binary | 101010 | 10101101 | 10111100 | 1001110 | 1000 | 0 | 11010 | 10111010 | 111111 | 101101 |
Color Harmonies of #2AADBC
Complementary color
Monochromatic Colors of #2AADBC
Black with #2AADBC
Text Example
Text Example
White with #2AADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADBC; }
p { color: rgb(42,173,188); }
H1.HeaderClassName
{
color: #2AADBC;
}
.AnyTagClassName
{
color: #2AADBC;
}
</style>
background-color css
<style>
a { background-color: #2AADBC; }
a { background-color: rgb(42,173,188); }
div.DivClassName
{
background-color: #2AADBC;
}
.BgClassName
{
background-color: #2AADBC;
}
</style>
border-color css
<style>
span { border-color: #2AADBC; }
span { border-color: rgb(42,173,188); }
td.TdClassName
{
border-color: #2AADBC;
}
.TagClassName
{
border-color: #2AADBC;
}
</style>