Shades of Pelorous #2FABBD
Tints of Pelorous #2FABBD
RGB
CMYK
RGB Variations
Color information
#2FABBD (or 0x2FABBD) is known color: Pelorous. HEX triplet: 2F, AB and BD. RGB value is (47,171,189). Sum of RGB (Red+Green+Blue) = 47+171+189=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABBD is #D05442. Grayscale: #878787. Windows color (decimal): -13653059 or 12430127. OLE color: 12430127.
HSL color Cylindrical-coordinate representation of color #2FABBD: hue angle of 187.61º 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 #2FABBD is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 171 | 189 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.26 |
| HSL | 187.61º | 0.6% | 0.46% | - |
| HSV(B) | 187.61º | 0.75% | 0.74% | - |
| XYZ | 24.92 | 33.4 | 53.28 | - |
| YUV | 135.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 189 | 0.75 | 0.10 | 0 | 0.26 | 187.61 | 0.6 | 0.46 |
| Hex | 2F | AB | BD | 4B | A | 0 | 1A | BC | 3C | 2E |
| Octal | 57 | 253 | 275 | 113 | 12 | 0 | 32 | 274 | 74 | 56 |
| Binary | 101111 | 10101011 | 10111101 | 1001011 | 1010 | 0 | 11010 | 10111100 | 111100 | 101110 |
Color Harmonies of #2FABBD
Complementary color
Monochromatic Colors of #2FABBD
Black with #2FABBD
Text Example
Text Example
White with #2FABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABBD; }
p { color: rgb(47,171,189); }
H1.HeaderClassName
{
color: #2FABBD;
}
.AnyTagClassName
{
color: #2FABBD;
}
</style>
background-color css
<style>
a { background-color: #2FABBD; }
a { background-color: rgb(47,171,189); }
div.DivClassName
{
background-color: #2FABBD;
}
.BgClassName
{
background-color: #2FABBD;
}
</style>
border-color css
<style>
span { border-color: #2FABBD; }
span { border-color: rgb(47,171,189); }
td.TdClassName
{
border-color: #2FABBD;
}
.TagClassName
{
border-color: #2FABBD;
}
</style>