Shades of Pelorous #2FACC3
Tints of Pelorous #2FACC3
RGB
CMYK
RGB Variations
Color information
#2FACC3 (or 0x2FACC3) is known color: Pelorous. HEX triplet: 2F, AC and C3. RGB value is (47,172,195). Sum of RGB (Red+Green+Blue) = 47+172+195=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #2FACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACC3 is #D0533C. Grayscale: #898989. Windows color (decimal): -13652797 or 12823599. OLE color: 12823599.
HSL color Cylindrical-coordinate representation of color #2FACC3: hue angle of 189.32º 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 #2FACC3 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 172 | 195 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.24 |
| HSL | 189.32º | 0.61% | 0.47% | - |
| HSV(B) | 189.32º | 0.76% | 0.76% | - |
| XYZ | 25.78 | 34.05 | 56.84 | - |
| YUV | 137.25 | 160.59 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 195 | 0.76 | 0.12 | 0 | 0.24 | 189.32 | 0.61 | 0.47 |
| Hex | 2F | AC | C3 | 4C | C | 0 | 18 | BD | 3D | 2F |
| Octal | 57 | 254 | 303 | 114 | 14 | 0 | 30 | 275 | 75 | 57 |
| Binary | 101111 | 10101100 | 11000011 | 1001100 | 1100 | 0 | 11000 | 10111101 | 111101 | 101111 |
Color Harmonies of #2FACC3
Complementary color
Monochromatic Colors of #2FACC3
Black with #2FACC3
Text Example
Text Example
White with #2FACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACC3; }
p { color: rgb(47,172,195); }
H1.HeaderClassName
{
color: #2FACC3;
}
.AnyTagClassName
{
color: #2FACC3;
}
</style>
background-color css
<style>
a { background-color: #2FACC3; }
a { background-color: rgb(47,172,195); }
div.DivClassName
{
background-color: #2FACC3;
}
.BgClassName
{
background-color: #2FACC3;
}
</style>
border-color css
<style>
span { border-color: #2FACC3; }
span { border-color: rgb(47,172,195); }
td.TdClassName
{
border-color: #2FACC3;
}
.TagClassName
{
border-color: #2FACC3;
}
</style>