Shades of Pelorous #2F99AC
Tints of Pelorous #2F99AC
RGB
CMYK
RGB Variations
Color information
#2F99AC (or 0x2F99AC) is known color: Pelorous. HEX triplet: 2F, 99 and AC. RGB value is (47,153,172). Sum of RGB (Red+Green+Blue) = 47+153+172=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F99AC is #D06653. Grayscale: #7B7B7B. Windows color (decimal): -13657684 or 11311407. OLE color: 11311407.
HSL color Cylindrical-coordinate representation of color #2F99AC: hue angle of 189.12º 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 #2F99AC is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 153 | 172 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.33 |
| HSL | 189.12º | 0.57% | 0.43% | - |
| HSV(B) | 189.12º | 0.73% | 0.67% | - |
| XYZ | 20.01 | 26.37 | 43.06 | - |
| YUV | 123.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 172 | 0.73 | 0.11 | 0 | 0.33 | 189.12 | 0.57 | 0.43 |
| Hex | 2F | 99 | AC | 49 | B | 0 | 21 | BD | 39 | 2B |
| Octal | 57 | 231 | 254 | 111 | 13 | 0 | 41 | 275 | 71 | 53 |
| Binary | 101111 | 10011001 | 10101100 | 1001001 | 1011 | 0 | 100001 | 10111101 | 111001 | 101011 |
Color Harmonies of #2F99AC
Complementary color
Monochromatic Colors of #2F99AC
Black with #2F99AC
Text Example
Text Example
White with #2F99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F99AC; }
p { color: rgb(47,153,172); }
H1.HeaderClassName
{
color: #2F99AC;
}
.AnyTagClassName
{
color: #2F99AC;
}
</style>
background-color css
<style>
a { background-color: #2F99AC; }
a { background-color: rgb(47,153,172); }
div.DivClassName
{
background-color: #2F99AC;
}
.BgClassName
{
background-color: #2F99AC;
}
</style>
border-color css
<style>
span { border-color: #2F99AC; }
span { border-color: rgb(47,153,172); }
td.TdClassName
{
border-color: #2F99AC;
}
.TagClassName
{
border-color: #2F99AC;
}
</style>