Shades of Pelorous #1FA0BC
Tints of Pelorous #1FA0BC
RGB
CMYK
RGB Variations
Color information
#1FA0BC (or 0x1FA0BC) is known color: Pelorous. HEX triplet: 1F, A0 and BC. RGB value is (31,160,188). Sum of RGB (Red+Green+Blue) = 31+160+188=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FA0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA0BC is #E05F43. Grayscale: #7C7C7C. Windows color (decimal): -14704452 or 12361759. OLE color: 12361759.
HSL color Cylindrical-coordinate representation of color #1FA0BC: hue angle of 190.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA0BC is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 160 | 188 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.26 |
| HSL | 190.7º | 0.72% | 0.43% | - |
| HSV(B) | 190.7º | 0.84% | 0.74% | - |
| XYZ | 22.21 | 29.06 | 52.02 | - |
| YUV | 124.62 | 163.76 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 188 | 0.84 | 0.15 | 0 | 0.26 | 190.7 | 0.72 | 0.43 |
| Hex | 1F | A0 | BC | 54 | F | 0 | 1A | BF | 48 | 2B |
| Octal | 37 | 240 | 274 | 124 | 17 | 0 | 32 | 277 | 110 | 53 |
| Binary | 11111 | 10100000 | 10111100 | 1010100 | 1111 | 0 | 11010 | 10111111 | 1001000 | 101011 |
Color Harmonies of #1FA0BC
Complementary color
Monochromatic Colors of #1FA0BC
Black with #1FA0BC
Text Example
Text Example
White with #1FA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA0BC; }
p { color: rgb(31,160,188); }
H1.HeaderClassName
{
color: #1FA0BC;
}
.AnyTagClassName
{
color: #1FA0BC;
}
</style>
background-color css
<style>
a { background-color: #1FA0BC; }
a { background-color: rgb(31,160,188); }
div.DivClassName
{
background-color: #1FA0BC;
}
.BgClassName
{
background-color: #1FA0BC;
}
</style>
border-color css
<style>
span { border-color: #1FA0BC; }
span { border-color: rgb(31,160,188); }
td.TdClassName
{
border-color: #1FA0BC;
}
.TagClassName
{
border-color: #1FA0BC;
}
</style>