Shades of Pelorous #2B9FAE
Tints of Pelorous #2B9FAE
RGB
CMYK
RGB Variations
Color information
#2B9FAE (or 0x2B9FAE) is known color: Pelorous. HEX triplet: 2B, 9F and AE. RGB value is (43,159,174). Sum of RGB (Red+Green+Blue) = 43+159+174=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9FAE is #D46051. Grayscale: #7D7D7D. Windows color (decimal): -13918290 or 11444011. OLE color: 11444011.
HSL color Cylindrical-coordinate representation of color #2B9FAE: hue angle of 186.87º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B9FAE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 159 | 174 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.32 |
| HSL | 186.87º | 0.6% | 0.43% | - |
| HSV(B) | 186.87º | 0.75% | 0.68% | - |
| XYZ | 21.03 | 28.37 | 44.41 | - |
| YUV | 126.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 174 | 0.75 | 0.09 | 0 | 0.32 | 186.87 | 0.6 | 0.43 |
| Hex | 2B | 9F | AE | 4B | 9 | 0 | 20 | BB | 3C | 2B |
| Octal | 53 | 237 | 256 | 113 | 11 | 0 | 40 | 273 | 74 | 53 |
| Binary | 101011 | 10011111 | 10101110 | 1001011 | 1001 | 0 | 100000 | 10111011 | 111100 | 101011 |
Color Harmonies of #2B9FAE
Complementary color
Monochromatic Colors of #2B9FAE
Black with #2B9FAE
Text Example
Text Example
White with #2B9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9FAE; }
p { color: rgb(43,159,174); }
H1.HeaderClassName
{
color: #2B9FAE;
}
.AnyTagClassName
{
color: #2B9FAE;
}
</style>
background-color css
<style>
a { background-color: #2B9FAE; }
a { background-color: rgb(43,159,174); }
div.DivClassName
{
background-color: #2B9FAE;
}
.BgClassName
{
background-color: #2B9FAE;
}
</style>
border-color css
<style>
span { border-color: #2B9FAE; }
span { border-color: rgb(43,159,174); }
td.TdClassName
{
border-color: #2B9FAE;
}
.TagClassName
{
border-color: #2B9FAE;
}
</style>