Shades of Pelorous #1FABBD
Tints of Pelorous #1FABBD
RGB
CMYK
RGB Variations
Color information
#1FABBD (or 0x1FABBD) is known color: Pelorous. HEX triplet: 1F, AB and BD. RGB value is (31,171,189). Sum of RGB (Red+Green+Blue) = 31+171+189=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABBD is #E05442. Grayscale: #828282. Windows color (decimal): -14701635 or 12430111. OLE color: 12430111.
HSL color Cylindrical-coordinate representation of color #1FABBD: hue angle of 186.84º 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 #1FABBD is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 171 | 189 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.26 |
| HSL | 186.84º | 0.72% | 0.43% | - |
| HSV(B) | 186.84º | 0.84% | 0.74% | - |
| XYZ | 24.31 | 33.09 | 53.25 | - |
| YUV | 131.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 189 | 0.84 | 0.10 | 0 | 0.26 | 186.84 | 0.72 | 0.43 |
| Hex | 1F | AB | BD | 54 | A | 0 | 1A | BB | 48 | 2B |
| Octal | 37 | 253 | 275 | 124 | 12 | 0 | 32 | 273 | 110 | 53 |
| Binary | 11111 | 10101011 | 10111101 | 1010100 | 1010 | 0 | 11010 | 10111011 | 1001000 | 101011 |
Color Harmonies of #1FABBD
Complementary color
Monochromatic Colors of #1FABBD
Black with #1FABBD
Text Example
Text Example
White with #1FABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABBD; }
p { color: rgb(31,171,189); }
H1.HeaderClassName
{
color: #1FABBD;
}
.AnyTagClassName
{
color: #1FABBD;
}
</style>
background-color css
<style>
a { background-color: #1FABBD; }
a { background-color: rgb(31,171,189); }
div.DivClassName
{
background-color: #1FABBD;
}
.BgClassName
{
background-color: #1FABBD;
}
</style>
border-color css
<style>
span { border-color: #1FABBD; }
span { border-color: rgb(31,171,189); }
td.TdClassName
{
border-color: #1FABBD;
}
.TagClassName
{
border-color: #1FABBD;
}
</style>