Shades of Pelorous #2FAEBD
Tints of Pelorous #2FAEBD
RGB
CMYK
RGB Variations
Color information
#2FAEBD (or 0x2FAEBD) is known color: Pelorous. HEX triplet: 2F, AE and BD. RGB value is (47,174,189). Sum of RGB (Red+Green+Blue) = 47+174+189=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBD is #D05142. Grayscale: #898989. Windows color (decimal): -13652291 or 12430895. OLE color: 12430895.
HSL color Cylindrical-coordinate representation of color #2FAEBD: hue angle of 186.34º 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 #2FAEBD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 174 | 189 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.26 |
| HSL | 186.34º | 0.6% | 0.46% | - |
| HSV(B) | 186.34º | 0.75% | 0.74% | - |
| XYZ | 25.49 | 34.55 | 53.47 | - |
| YUV | 137.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 189 | 0.75 | 0.08 | 0 | 0.26 | 186.34 | 0.6 | 0.46 |
| Hex | 2F | AE | BD | 4B | 8 | 0 | 1A | BA | 3C | 2E |
| Octal | 57 | 256 | 275 | 113 | 10 | 0 | 32 | 272 | 74 | 56 |
| Binary | 101111 | 10101110 | 10111101 | 1001011 | 1000 | 0 | 11010 | 10111010 | 111100 | 101110 |
Color Harmonies of #2FAEBD
Complementary color
Monochromatic Colors of #2FAEBD
Black with #2FAEBD
Text Example
Text Example
White with #2FAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEBD; }
p { color: rgb(47,174,189); }
H1.HeaderClassName
{
color: #2FAEBD;
}
.AnyTagClassName
{
color: #2FAEBD;
}
</style>
background-color css
<style>
a { background-color: #2FAEBD; }
a { background-color: rgb(47,174,189); }
div.DivClassName
{
background-color: #2FAEBD;
}
.BgClassName
{
background-color: #2FAEBD;
}
</style>
border-color css
<style>
span { border-color: #2FAEBD; }
span { border-color: rgb(47,174,189); }
td.TdClassName
{
border-color: #2FAEBD;
}
.TagClassName
{
border-color: #2FAEBD;
}
</style>