Shades of Pelorous #2FAFBD
Tints of Pelorous #2FAFBD
RGB
CMYK
RGB Variations
Color information
#2FAFBD (or 0x2FAFBD) is known color: Pelorous. HEX triplet: 2F, AF and BD. RGB value is (47,175,189). Sum of RGB (Red+Green+Blue) = 47+175+189=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFBD is #D05042. Grayscale: #8A8A8A. Windows color (decimal): -13652035 or 12431151. OLE color: 12431151.
HSL color Cylindrical-coordinate representation of color #2FAFBD: hue angle of 185.92º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAFBD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 175 | 189 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.26 |
| HSL | 185.92º | 0.6% | 0.46% | - |
| HSV(B) | 185.92º | 0.75% | 0.74% | - |
| XYZ | 25.69 | 34.94 | 53.53 | - |
| YUV | 138.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 189 | 0.75 | 0.07 | 0 | 0.26 | 185.92 | 0.6 | 0.46 |
| Hex | 2F | AF | BD | 4B | 7 | 0 | 1A | BA | 3C | 2E |
| Octal | 57 | 257 | 275 | 113 | 7 | 0 | 32 | 272 | 74 | 56 |
| Binary | 101111 | 10101111 | 10111101 | 1001011 | 111 | 0 | 11010 | 10111010 | 111100 | 101110 |
Color Harmonies of #2FAFBD
Complementary color
Monochromatic Colors of #2FAFBD
Black with #2FAFBD
Text Example
Text Example
White with #2FAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFBD; }
p { color: rgb(47,175,189); }
H1.HeaderClassName
{
color: #2FAFBD;
}
.AnyTagClassName
{
color: #2FAFBD;
}
</style>
background-color css
<style>
a { background-color: #2FAFBD; }
a { background-color: rgb(47,175,189); }
div.DivClassName
{
background-color: #2FAFBD;
}
.BgClassName
{
background-color: #2FAFBD;
}
</style>
border-color css
<style>
span { border-color: #2FAFBD; }
span { border-color: rgb(47,175,189); }
td.TdClassName
{
border-color: #2FAFBD;
}
.TagClassName
{
border-color: #2FAFBD;
}
</style>