Shades of Pelorous #1FAABD
Tints of Pelorous #1FAABD
RGB
CMYK
RGB Variations
Color information
#1FAABD (or 0x1FAABD) is known color: Pelorous. HEX triplet: 1F, AA and BD. RGB value is (31,170,189). Sum of RGB (Red+Green+Blue) = 31+170+189=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAABD is #E05542. Grayscale: #828282. Windows color (decimal): -14701891 or 12429855. OLE color: 12429855.
HSL color Cylindrical-coordinate representation of color #1FAABD: hue angle of 187.22º 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 #1FAABD is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 170 | 189 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.26 |
| HSL | 187.22º | 0.72% | 0.43% | - |
| HSV(B) | 187.22º | 0.84% | 0.74% | - |
| XYZ | 24.13 | 32.71 | 53.19 | - |
| YUV | 130.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 189 | 0.84 | 0.10 | 0 | 0.26 | 187.22 | 0.72 | 0.43 |
| Hex | 1F | AA | BD | 54 | A | 0 | 1A | BB | 48 | 2B |
| Octal | 37 | 252 | 275 | 124 | 12 | 0 | 32 | 273 | 110 | 53 |
| Binary | 11111 | 10101010 | 10111101 | 1010100 | 1010 | 0 | 11010 | 10111011 | 1001000 | 101011 |
Color Harmonies of #1FAABD
Complementary color
Monochromatic Colors of #1FAABD
Black with #1FAABD
Text Example
Text Example
White with #1FAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAABD; }
p { color: rgb(31,170,189); }
H1.HeaderClassName
{
color: #1FAABD;
}
.AnyTagClassName
{
color: #1FAABD;
}
</style>
background-color css
<style>
a { background-color: #1FAABD; }
a { background-color: rgb(31,170,189); }
div.DivClassName
{
background-color: #1FAABD;
}
.BgClassName
{
background-color: #1FAABD;
}
</style>
border-color css
<style>
span { border-color: #1FAABD; }
span { border-color: rgb(31,170,189); }
td.TdClassName
{
border-color: #1FAABD;
}
.TagClassName
{
border-color: #1FAABD;
}
</style>