Shades of Pelorous #1FA0BE
Tints of Pelorous #1FA0BE
RGB
CMYK
RGB Variations
Color information
#1FA0BE (or 0x1FA0BE) is known color: Pelorous. HEX triplet: 1F, A0 and BE. RGB value is (31,160,190). Sum of RGB (Red+Green+Blue) = 31+160+190=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA0BE is #E05F41. Grayscale: #7C7C7C. Windows color (decimal): -14704450 or 12492831. OLE color: 12492831.
HSL color Cylindrical-coordinate representation of color #1FA0BE: hue angle of 191.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA0BE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 160 | 190 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.25 |
| HSL | 191.32º | 0.72% | 0.43% | - |
| HSV(B) | 191.32º | 0.84% | 0.75% | - |
| XYZ | 22.43 | 29.15 | 53.16 | - |
| YUV | 124.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 190 | 0.84 | 0.16 | 0 | 0.25 | 191.32 | 0.72 | 0.43 |
| Hex | 1F | A0 | BE | 54 | 10 | 0 | 19 | BF | 48 | 2B |
| Octal | 37 | 240 | 276 | 124 | 20 | 0 | 31 | 277 | 110 | 53 |
| Binary | 11111 | 10100000 | 10111110 | 1010100 | 10000 | 0 | 11001 | 10111111 | 1001000 | 101011 |
Color Harmonies of #1FA0BE
Complementary color
Monochromatic Colors of #1FA0BE
Black with #1FA0BE
Text Example
Text Example
White with #1FA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA0BE; }
p { color: rgb(31,160,190); }
H1.HeaderClassName
{
color: #1FA0BE;
}
.AnyTagClassName
{
color: #1FA0BE;
}
</style>
background-color css
<style>
a { background-color: #1FA0BE; }
a { background-color: rgb(31,160,190); }
div.DivClassName
{
background-color: #1FA0BE;
}
.BgClassName
{
background-color: #1FA0BE;
}
</style>
border-color css
<style>
span { border-color: #1FA0BE; }
span { border-color: rgb(31,160,190); }
td.TdClassName
{
border-color: #1FA0BE;
}
.TagClassName
{
border-color: #1FA0BE;
}
</style>