Shades of Pelorous #1FABC1
Tints of Pelorous #1FABC1
RGB
CMYK
RGB Variations
Color information
#1FABC1 (or 0x1FABC1) is known color: Pelorous. HEX triplet: 1F, AB and C1. RGB value is (31,171,193). Sum of RGB (Red+Green+Blue) = 31+171+193=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #1FABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABC1 is #E0543E. Grayscale: #838383. Windows color (decimal): -14701631 or 12692255. OLE color: 12692255.
HSL color Cylindrical-coordinate representation of color #1FABC1: hue angle of 188.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FABC1 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 171 | 193 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 188.15º | 0.72% | 0.44% | - |
| HSV(B) | 188.15º | 0.84% | 0.76% | - |
| XYZ | 24.75 | 33.27 | 55.57 | - |
| YUV | 131.65 | 162.62 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 193 | 0.84 | 0.11 | 0 | 0.24 | 188.15 | 0.72 | 0.44 |
| Hex | 1F | AB | C1 | 54 | B | 0 | 18 | BC | 48 | 2C |
| Octal | 37 | 253 | 301 | 124 | 13 | 0 | 30 | 274 | 110 | 54 |
| Binary | 11111 | 10101011 | 11000001 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001000 | 101100 |
Color Harmonies of #1FABC1
Complementary color
Monochromatic Colors of #1FABC1
Black with #1FABC1
Text Example
Text Example
White with #1FABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABC1; }
p { color: rgb(31,171,193); }
H1.HeaderClassName
{
color: #1FABC1;
}
.AnyTagClassName
{
color: #1FABC1;
}
</style>
background-color css
<style>
a { background-color: #1FABC1; }
a { background-color: rgb(31,171,193); }
div.DivClassName
{
background-color: #1FABC1;
}
.BgClassName
{
background-color: #1FABC1;
}
</style>
border-color css
<style>
span { border-color: #1FABC1; }
span { border-color: rgb(31,171,193); }
td.TdClassName
{
border-color: #1FABC1;
}
.TagClassName
{
border-color: #1FABC1;
}
</style>