Shades of Pelorous #2FAFBE
Tints of Pelorous #2FAFBE
RGB
CMYK
RGB Variations
Color information
#2FAFBE (or 0x2FAFBE) is known color: Pelorous. HEX triplet: 2F, AF and BE. RGB value is (47,175,190). Sum of RGB (Red+Green+Blue) = 47+175+190=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFBE is #D05041. Grayscale: #8A8A8A. Windows color (decimal): -13652034 or 12496687. OLE color: 12496687.
HSL color Cylindrical-coordinate representation of color #2FAFBE: hue angle of 186.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAFBE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 175 | 190 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.25 |
| HSL | 186.29º | 0.6% | 0.46% | - |
| HSV(B) | 186.29º | 0.75% | 0.75% | - |
| XYZ | 25.8 | 34.98 | 54.11 | - |
| YUV | 138.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 190 | 0.75 | 0.08 | 0 | 0.25 | 186.29 | 0.6 | 0.46 |
| Hex | 2F | AF | BE | 4B | 8 | 0 | 19 | BA | 3C | 2E |
| Octal | 57 | 257 | 276 | 113 | 10 | 0 | 31 | 272 | 74 | 56 |
| Binary | 101111 | 10101111 | 10111110 | 1001011 | 1000 | 0 | 11001 | 10111010 | 111100 | 101110 |
Color Harmonies of #2FAFBE
Complementary color
Monochromatic Colors of #2FAFBE
Black with #2FAFBE
Text Example
Text Example
White with #2FAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFBE; }
p { color: rgb(47,175,190); }
H1.HeaderClassName
{
color: #2FAFBE;
}
.AnyTagClassName
{
color: #2FAFBE;
}
</style>
background-color css
<style>
a { background-color: #2FAFBE; }
a { background-color: rgb(47,175,190); }
div.DivClassName
{
background-color: #2FAFBE;
}
.BgClassName
{
background-color: #2FAFBE;
}
</style>
border-color css
<style>
span { border-color: #2FAFBE; }
span { border-color: rgb(47,175,190); }
td.TdClassName
{
border-color: #2FAFBE;
}
.TagClassName
{
border-color: #2FAFBE;
}
</style>