Shades of Pelorous #1FABBE
Tints of Pelorous #1FABBE
RGB
CMYK
RGB Variations
Color information
#1FABBE (or 0x1FABBE) is known color: Pelorous. HEX triplet: 1F, AB and BE. RGB value is (31,171,190). Sum of RGB (Red+Green+Blue) = 31+171+190=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABBE is #E05441. Grayscale: #838383. Windows color (decimal): -14701634 or 12495647. OLE color: 12495647.
HSL color Cylindrical-coordinate representation of color #1FABBE: hue angle of 187.17º 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 #1FABBE is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 171 | 190 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.25 |
| HSL | 187.17º | 0.72% | 0.43% | - |
| HSV(B) | 187.17º | 0.84% | 0.75% | - |
| XYZ | 24.42 | 33.13 | 53.82 | - |
| YUV | 131.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 190 | 0.84 | 0.10 | 0 | 0.25 | 187.17 | 0.72 | 0.43 |
| Hex | 1F | AB | BE | 54 | A | 0 | 19 | BB | 48 | 2B |
| Octal | 37 | 253 | 276 | 124 | 12 | 0 | 31 | 273 | 110 | 53 |
| Binary | 11111 | 10101011 | 10111110 | 1010100 | 1010 | 0 | 11001 | 10111011 | 1001000 | 101011 |
Color Harmonies of #1FABBE
Complementary color
Monochromatic Colors of #1FABBE
Black with #1FABBE
Text Example
Text Example
White with #1FABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABBE; }
p { color: rgb(31,171,190); }
H1.HeaderClassName
{
color: #1FABBE;
}
.AnyTagClassName
{
color: #1FABBE;
}
</style>
background-color css
<style>
a { background-color: #1FABBE; }
a { background-color: rgb(31,171,190); }
div.DivClassName
{
background-color: #1FABBE;
}
.BgClassName
{
background-color: #1FABBE;
}
</style>
border-color css
<style>
span { border-color: #1FABBE; }
span { border-color: rgb(31,171,190); }
td.TdClassName
{
border-color: #1FABBE;
}
.TagClassName
{
border-color: #1FABBE;
}
</style>