Shades of Pelorous #2FA9BA
Tints of Pelorous #2FA9BA
RGB
CMYK
RGB Variations
Color information
#2FA9BA (or 0x2FA9BA) is known color: Pelorous. HEX triplet: 2F, A9 and BA. RGB value is (47,169,186). Sum of RGB (Red+Green+Blue) = 47+169+186=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FA9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA9BA is #D05645. Grayscale: #868686. Windows color (decimal): -13653574 or 12233007. OLE color: 12233007.
HSL color Cylindrical-coordinate representation of color #2FA9BA: hue angle of 187.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FA9BA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 169 | 186 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.27 |
| HSL | 187.34º | 0.6% | 0.46% | - |
| HSV(B) | 187.34º | 0.75% | 0.73% | - |
| XYZ | 24.22 | 32.53 | 51.46 | - |
| YUV | 134.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 186 | 0.75 | 0.09 | 0 | 0.27 | 187.34 | 0.6 | 0.46 |
| Hex | 2F | A9 | BA | 4B | 9 | 0 | 1B | BB | 3C | 2E |
| Octal | 57 | 251 | 272 | 113 | 11 | 0 | 33 | 273 | 74 | 56 |
| Binary | 101111 | 10101001 | 10111010 | 1001011 | 1001 | 0 | 11011 | 10111011 | 111100 | 101110 |
Color Harmonies of #2FA9BA
Complementary color
Monochromatic Colors of #2FA9BA
Black with #2FA9BA
Text Example
Text Example
White with #2FA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA9BA; }
p { color: rgb(47,169,186); }
H1.HeaderClassName
{
color: #2FA9BA;
}
.AnyTagClassName
{
color: #2FA9BA;
}
</style>
background-color css
<style>
a { background-color: #2FA9BA; }
a { background-color: rgb(47,169,186); }
div.DivClassName
{
background-color: #2FA9BA;
}
.BgClassName
{
background-color: #2FA9BA;
}
</style>
border-color css
<style>
span { border-color: #2FA9BA; }
span { border-color: rgb(47,169,186); }
td.TdClassName
{
border-color: #2FA9BA;
}
.TagClassName
{
border-color: #2FA9BA;
}
</style>