Shades of Pelorous #2F9FAB
Tints of Pelorous #2F9FAB
RGB
CMYK
RGB Variations
Color information
#2F9FAB (or 0x2F9FAB) is known color: Pelorous. HEX triplet: 2F, 9F and AB. RGB value is (47,159,171). Sum of RGB (Red+Green+Blue) = 47+159+171=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F9FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9FAB is #D06054. Grayscale: #7E7E7E. Windows color (decimal): -13656149 or 11247407. OLE color: 11247407.
HSL color Cylindrical-coordinate representation of color #2F9FAB: hue angle of 185.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F9FAB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 159 | 171 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.33 |
| HSL | 185.81º | 0.57% | 0.43% | - |
| HSV(B) | 185.81º | 0.73% | 0.67% | - |
| XYZ | 20.92 | 28.34 | 42.9 | - |
| YUV | 126.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 171 | 0.73 | 0.07 | 0 | 0.33 | 185.81 | 0.57 | 0.43 |
| Hex | 2F | 9F | AB | 49 | 7 | 0 | 21 | BA | 39 | 2B |
| Octal | 57 | 237 | 253 | 111 | 7 | 0 | 41 | 272 | 71 | 53 |
| Binary | 101111 | 10011111 | 10101011 | 1001001 | 111 | 0 | 100001 | 10111010 | 111001 | 101011 |
Color Harmonies of #2F9FAB
Complementary color
Monochromatic Colors of #2F9FAB
Black with #2F9FAB
Text Example
Text Example
White with #2F9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FAB; }
p { color: rgb(47,159,171); }
H1.HeaderClassName
{
color: #2F9FAB;
}
.AnyTagClassName
{
color: #2F9FAB;
}
</style>
background-color css
<style>
a { background-color: #2F9FAB; }
a { background-color: rgb(47,159,171); }
div.DivClassName
{
background-color: #2F9FAB;
}
.BgClassName
{
background-color: #2F9FAB;
}
</style>
border-color css
<style>
span { border-color: #2F9FAB; }
span { border-color: rgb(47,159,171); }
td.TdClassName
{
border-color: #2F9FAB;
}
.TagClassName
{
border-color: #2F9FAB;
}
</style>