Shades of Pelorous #1FAAC0
Tints of Pelorous #1FAAC0
RGB
CMYK
RGB Variations
Color information
#1FAAC0 (or 0x1FAAC0) is known color: Pelorous. HEX triplet: 1F, AA and C0. RGB value is (31,170,192). Sum of RGB (Red+Green+Blue) = 31+170+192=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FAAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAAC0 is #E0553F. Grayscale: #828282. Windows color (decimal): -14701888 or 12626463. OLE color: 12626463.
HSL color Cylindrical-coordinate representation of color #1FAAC0: hue angle of 188.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAAC0 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 170 | 192 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.25 |
| HSL | 188.2º | 0.72% | 0.44% | - |
| HSV(B) | 188.2º | 0.84% | 0.75% | - |
| XYZ | 24.45 | 32.85 | 54.92 | - |
| YUV | 130.95 | 162.45 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 192 | 0.84 | 0.11 | 0 | 0.25 | 188.2 | 0.72 | 0.44 |
| Hex | 1F | AA | C0 | 54 | B | 0 | 19 | BC | 48 | 2C |
| Octal | 37 | 252 | 300 | 124 | 13 | 0 | 31 | 274 | 110 | 54 |
| Binary | 11111 | 10101010 | 11000000 | 1010100 | 1011 | 0 | 11001 | 10111100 | 1001000 | 101100 |
Color Harmonies of #1FAAC0
Complementary color
Monochromatic Colors of #1FAAC0
Black with #1FAAC0
Text Example
Text Example
White with #1FAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAC0; }
p { color: rgb(31,170,192); }
H1.HeaderClassName
{
color: #1FAAC0;
}
.AnyTagClassName
{
color: #1FAAC0;
}
</style>
background-color css
<style>
a { background-color: #1FAAC0; }
a { background-color: rgb(31,170,192); }
div.DivClassName
{
background-color: #1FAAC0;
}
.BgClassName
{
background-color: #1FAAC0;
}
</style>
border-color css
<style>
span { border-color: #1FAAC0; }
span { border-color: rgb(31,170,192); }
td.TdClassName
{
border-color: #1FAAC0;
}
.TagClassName
{
border-color: #1FAAC0;
}
</style>