Shades of Pelorous #2FAEC3
Tints of Pelorous #2FAEC3
RGB
CMYK
RGB Variations
Color information
#2FAEC3 (or 0x2FAEC3) is known color: Pelorous. HEX triplet: 2F, AE and C3. RGB value is (47,174,195). Sum of RGB (Red+Green+Blue) = 47+174+195=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #2FAEC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEC3 is #D0513C. Grayscale: #8A8A8A. Windows color (decimal): -13652285 or 12824111. OLE color: 12824111.
HSL color Cylindrical-coordinate representation of color #2FAEC3: hue angle of 188.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAEC3 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 174 | 195 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.24 |
| HSL | 188.51º | 0.61% | 0.47% | - |
| HSV(B) | 188.51º | 0.76% | 0.76% | - |
| XYZ | 26.16 | 34.82 | 56.97 | - |
| YUV | 138.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 195 | 0.76 | 0.11 | 0 | 0.24 | 188.51 | 0.61 | 0.47 |
| Hex | 2F | AE | C3 | 4C | B | 0 | 18 | BD | 3D | 2F |
| Octal | 57 | 256 | 303 | 114 | 13 | 0 | 30 | 275 | 75 | 57 |
| Binary | 101111 | 10101110 | 11000011 | 1001100 | 1011 | 0 | 11000 | 10111101 | 111101 | 101111 |
Color Harmonies of #2FAEC3
Complementary color
Monochromatic Colors of #2FAEC3
Black with #2FAEC3
Text Example
Text Example
White with #2FAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEC3; }
p { color: rgb(47,174,195); }
H1.HeaderClassName
{
color: #2FAEC3;
}
.AnyTagClassName
{
color: #2FAEC3;
}
</style>
background-color css
<style>
a { background-color: #2FAEC3; }
a { background-color: rgb(47,174,195); }
div.DivClassName
{
background-color: #2FAEC3;
}
.BgClassName
{
background-color: #2FAEC3;
}
</style>
border-color css
<style>
span { border-color: #2FAEC3; }
span { border-color: rgb(47,174,195); }
td.TdClassName
{
border-color: #2FAEC3;
}
.TagClassName
{
border-color: #2FAEC3;
}
</style>