Shades of Pelorous #1FAAB9
Tints of Pelorous #1FAAB9
RGB
CMYK
RGB Variations
Color information
#1FAAB9 (or 0x1FAAB9) is known color: Pelorous. HEX triplet: 1F, AA and B9. RGB value is (31,170,185). Sum of RGB (Red+Green+Blue) = 31+170+185=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #1FAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAAB9 is #E05546. Grayscale: #818181. Windows color (decimal): -14701895 or 12167711. OLE color: 12167711.
HSL color Cylindrical-coordinate representation of color #1FAAB9: hue angle of 185.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FAAB9 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 170 | 185 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.27 |
| HSL | 185.84º | 0.71% | 0.42% | - |
| HSV(B) | 185.84º | 0.83% | 0.73% | - |
| XYZ | 23.7 | 32.54 | 50.93 | - |
| YUV | 130.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 185 | 0.83 | 0.08 | 0 | 0.27 | 185.84 | 0.71 | 0.42 |
| Hex | 1F | AA | B9 | 53 | 8 | 0 | 1B | BA | 47 | 2A |
| Octal | 37 | 252 | 271 | 123 | 10 | 0 | 33 | 272 | 107 | 52 |
| Binary | 11111 | 10101010 | 10111001 | 1010011 | 1000 | 0 | 11011 | 10111010 | 1000111 | 101010 |
Color Harmonies of #1FAAB9
Complementary color
Monochromatic Colors of #1FAAB9
Black with #1FAAB9
Text Example
Text Example
White with #1FAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAB9; }
p { color: rgb(31,170,185); }
H1.HeaderClassName
{
color: #1FAAB9;
}
.AnyTagClassName
{
color: #1FAAB9;
}
</style>
background-color css
<style>
a { background-color: #1FAAB9; }
a { background-color: rgb(31,170,185); }
div.DivClassName
{
background-color: #1FAAB9;
}
.BgClassName
{
background-color: #1FAAB9;
}
</style>
border-color css
<style>
span { border-color: #1FAAB9; }
span { border-color: rgb(31,170,185); }
td.TdClassName
{
border-color: #1FAAB9;
}
.TagClassName
{
border-color: #1FAAB9;
}
</style>