Shades of Pelorous #2FA6BA
Tints of Pelorous #2FA6BA
RGB
CMYK
RGB Variations
Color information
#2FA6BA (or 0x2FA6BA) is known color: Pelorous. HEX triplet: 2F, A6 and BA. RGB value is (47,166,186). Sum of RGB (Red+Green+Blue) = 47+166+186=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FA6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA6BA is #D05945. Grayscale: #848484. Windows color (decimal): -13654342 or 12232239. OLE color: 12232239.
HSL color Cylindrical-coordinate representation of color #2FA6BA: hue angle of 188.63º 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 #2FA6BA is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 166 | 186 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.27 |
| HSL | 188.63º | 0.6% | 0.46% | - |
| HSV(B) | 188.63º | 0.75% | 0.73% | - |
| XYZ | 23.67 | 31.42 | 51.27 | - |
| YUV | 132.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 186 | 0.75 | 0.11 | 0 | 0.27 | 188.63 | 0.6 | 0.46 |
| Hex | 2F | A6 | BA | 4B | B | 0 | 1B | BD | 3C | 2E |
| Octal | 57 | 246 | 272 | 113 | 13 | 0 | 33 | 275 | 74 | 56 |
| Binary | 101111 | 10100110 | 10111010 | 1001011 | 1011 | 0 | 11011 | 10111101 | 111100 | 101110 |
Color Harmonies of #2FA6BA
Complementary color
Monochromatic Colors of #2FA6BA
Black with #2FA6BA
Text Example
Text Example
White with #2FA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA6BA; }
p { color: rgb(47,166,186); }
H1.HeaderClassName
{
color: #2FA6BA;
}
.AnyTagClassName
{
color: #2FA6BA;
}
</style>
background-color css
<style>
a { background-color: #2FA6BA; }
a { background-color: rgb(47,166,186); }
div.DivClassName
{
background-color: #2FA6BA;
}
.BgClassName
{
background-color: #2FA6BA;
}
</style>
border-color css
<style>
span { border-color: #2FA6BA; }
span { border-color: rgb(47,166,186); }
td.TdClassName
{
border-color: #2FA6BA;
}
.TagClassName
{
border-color: #2FA6BA;
}
</style>