Shades of Pelorous #1FA1BE
Tints of Pelorous #1FA1BE
RGB
CMYK
RGB Variations
Color information
#1FA1BE (or 0x1FA1BE) is known color: Pelorous. HEX triplet: 1F, A1 and BE. RGB value is (31,161,190). Sum of RGB (Red+Green+Blue) = 31+161+190=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FA1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA1BE is #E05E41. Grayscale: #7D7D7D. Windows color (decimal): -14704194 or 12493087. OLE color: 12493087.
HSL color Cylindrical-coordinate representation of color #1FA1BE: hue angle of 190.94º 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 #1FA1BE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 161 | 190 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.25 |
| HSL | 190.94º | 0.72% | 0.43% | - |
| HSV(B) | 190.94º | 0.84% | 0.75% | - |
| XYZ | 22.6 | 29.5 | 53.22 | - |
| YUV | 125.44 | 164.43 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 190 | 0.84 | 0.15 | 0 | 0.25 | 190.94 | 0.72 | 0.43 |
| Hex | 1F | A1 | BE | 54 | F | 0 | 19 | BF | 48 | 2B |
| Octal | 37 | 241 | 276 | 124 | 17 | 0 | 31 | 277 | 110 | 53 |
| Binary | 11111 | 10100001 | 10111110 | 1010100 | 1111 | 0 | 11001 | 10111111 | 1001000 | 101011 |
Color Harmonies of #1FA1BE
Complementary color
Monochromatic Colors of #1FA1BE
Black with #1FA1BE
Text Example
Text Example
White with #1FA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA1BE; }
p { color: rgb(31,161,190); }
H1.HeaderClassName
{
color: #1FA1BE;
}
.AnyTagClassName
{
color: #1FA1BE;
}
</style>
background-color css
<style>
a { background-color: #1FA1BE; }
a { background-color: rgb(31,161,190); }
div.DivClassName
{
background-color: #1FA1BE;
}
.BgClassName
{
background-color: #1FA1BE;
}
</style>
border-color css
<style>
span { border-color: #1FA1BE; }
span { border-color: rgb(31,161,190); }
td.TdClassName
{
border-color: #1FA1BE;
}
.TagClassName
{
border-color: #1FA1BE;
}
</style>