Shades of Pelorous #2B9AAD
Tints of Pelorous #2B9AAD
RGB
CMYK
RGB Variations
Color information
#2B9AAD (or 0x2B9AAD) is known color: Pelorous. HEX triplet: 2B, 9A and AD. RGB value is (43,154,173). Sum of RGB (Red+Green+Blue) = 43+154+173=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B9AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9AAD is #D46552. Grayscale: #7A7A7A. Windows color (decimal): -13919571 or 11377195. OLE color: 11377195.
HSL color Cylindrical-coordinate representation of color #2B9AAD: hue angle of 188.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B9AAD is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 154 | 173 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.32 |
| HSL | 188.77º | 0.6% | 0.42% | - |
| HSV(B) | 188.77º | 0.75% | 0.68% | - |
| XYZ | 20.09 | 26.64 | 43.62 | - |
| YUV | 122.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 173 | 0.75 | 0.11 | 0 | 0.32 | 188.77 | 0.6 | 0.42 |
| Hex | 2B | 9A | AD | 4B | B | 0 | 20 | BD | 3C | 2A |
| Octal | 53 | 232 | 255 | 113 | 13 | 0 | 40 | 275 | 74 | 52 |
| Binary | 101011 | 10011010 | 10101101 | 1001011 | 1011 | 0 | 100000 | 10111101 | 111100 | 101010 |
Color Harmonies of #2B9AAD
Complementary color
Monochromatic Colors of #2B9AAD
Black with #2B9AAD
Text Example
Text Example
White with #2B9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9AAD; }
p { color: rgb(43,154,173); }
H1.HeaderClassName
{
color: #2B9AAD;
}
.AnyTagClassName
{
color: #2B9AAD;
}
</style>
background-color css
<style>
a { background-color: #2B9AAD; }
a { background-color: rgb(43,154,173); }
div.DivClassName
{
background-color: #2B9AAD;
}
.BgClassName
{
background-color: #2B9AAD;
}
</style>
border-color css
<style>
span { border-color: #2B9AAD; }
span { border-color: rgb(43,154,173); }
td.TdClassName
{
border-color: #2B9AAD;
}
.TagClassName
{
border-color: #2B9AAD;
}
</style>