Shades of Pelorous #1FA8BE
Tints of Pelorous #1FA8BE
RGB
CMYK
RGB Variations
Color information
#1FA8BE (or 0x1FA8BE) is known color: Pelorous. HEX triplet: 1F, A8 and BE. RGB value is (31,168,190). Sum of RGB (Red+Green+Blue) = 31+168+190=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FA8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8BE is #E05741. Grayscale: #818181. Windows color (decimal): -14702402 or 12494879. OLE color: 12494879.
HSL color Cylindrical-coordinate representation of color #1FA8BE: hue angle of 188.3º 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 #1FA8BE is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 168 | 190 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.25 |
| HSL | 188.3º | 0.72% | 0.43% | - |
| HSV(B) | 188.3º | 0.84% | 0.75% | - |
| XYZ | 23.86 | 32.01 | 53.64 | - |
| YUV | 129.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 190 | 0.84 | 0.12 | 0 | 0.25 | 188.3 | 0.72 | 0.43 |
| Hex | 1F | A8 | BE | 54 | C | 0 | 19 | BC | 48 | 2B |
| Octal | 37 | 250 | 276 | 124 | 14 | 0 | 31 | 274 | 110 | 53 |
| Binary | 11111 | 10101000 | 10111110 | 1010100 | 1100 | 0 | 11001 | 10111100 | 1001000 | 101011 |
Color Harmonies of #1FA8BE
Complementary color
Monochromatic Colors of #1FA8BE
Black with #1FA8BE
Text Example
Text Example
White with #1FA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA8BE; }
p { color: rgb(31,168,190); }
H1.HeaderClassName
{
color: #1FA8BE;
}
.AnyTagClassName
{
color: #1FA8BE;
}
</style>
background-color css
<style>
a { background-color: #1FA8BE; }
a { background-color: rgb(31,168,190); }
div.DivClassName
{
background-color: #1FA8BE;
}
.BgClassName
{
background-color: #1FA8BE;
}
</style>
border-color css
<style>
span { border-color: #1FA8BE; }
span { border-color: rgb(31,168,190); }
td.TdClassName
{
border-color: #1FA8BE;
}
.TagClassName
{
border-color: #1FA8BE;
}
</style>