Shades of Pelorous #1FABBC
Tints of Pelorous #1FABBC
RGB
CMYK
RGB Variations
Color information
#1FABBC (or 0x1FABBC) is known color: Pelorous. HEX triplet: 1F, AB and BC. RGB value is (31,171,188). Sum of RGB (Red+Green+Blue) = 31+171+188=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABBC is #E05443. Grayscale: #828282. Windows color (decimal): -14701636 or 12364575. OLE color: 12364575.
HSL color Cylindrical-coordinate representation of color #1FABBC: hue angle of 186.5º 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 #1FABBC is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 171 | 188 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.26 |
| HSL | 186.5º | 0.72% | 0.43% | - |
| HSV(B) | 186.5º | 0.84% | 0.74% | - |
| XYZ | 24.21 | 33.05 | 52.68 | - |
| YUV | 131.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 188 | 0.84 | 0.09 | 0 | 0.26 | 186.5 | 0.72 | 0.43 |
| Hex | 1F | AB | BC | 54 | 9 | 0 | 1A | BA | 48 | 2B |
| Octal | 37 | 253 | 274 | 124 | 11 | 0 | 32 | 272 | 110 | 53 |
| Binary | 11111 | 10101011 | 10111100 | 1010100 | 1001 | 0 | 11010 | 10111010 | 1001000 | 101011 |
Color Harmonies of #1FABBC
Complementary color
Monochromatic Colors of #1FABBC
Black with #1FABBC
Text Example
Text Example
White with #1FABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABBC; }
p { color: rgb(31,171,188); }
H1.HeaderClassName
{
color: #1FABBC;
}
.AnyTagClassName
{
color: #1FABBC;
}
</style>
background-color css
<style>
a { background-color: #1FABBC; }
a { background-color: rgb(31,171,188); }
div.DivClassName
{
background-color: #1FABBC;
}
.BgClassName
{
background-color: #1FABBC;
}
</style>
border-color css
<style>
span { border-color: #1FABBC; }
span { border-color: rgb(31,171,188); }
td.TdClassName
{
border-color: #1FABBC;
}
.TagClassName
{
border-color: #1FABBC;
}
</style>