Shades of Pelorous #1F8DAB
Tints of Pelorous #1F8DAB
RGB
CMYK
RGB Variations
Color information
#1F8DAB (or 0x1F8DAB) is known color: Pelorous. HEX triplet: 1F, 8D and AB. RGB value is (31,141,171). Sum of RGB (Red+Green+Blue) = 31+141+171=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8DAB is #E07254. Grayscale: #6F6F6F. Windows color (decimal): -14709333 or 11242783. OLE color: 11242783.
HSL color Cylindrical-coordinate representation of color #1F8DAB: hue angle of 192.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8DAB is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 141 | 171 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.33 |
| HSL | 192.86º | 0.69% | 0.4% | - |
| HSV(B) | 192.86º | 0.82% | 0.67% | - |
| XYZ | 17.44 | 22.28 | 41.91 | - |
| YUV | 111.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 171 | 0.82 | 0.18 | 0 | 0.33 | 192.86 | 0.69 | 0.4 |
| Hex | 1F | 8D | AB | 52 | 12 | 0 | 21 | C1 | 45 | 28 |
| Octal | 37 | 215 | 253 | 122 | 22 | 0 | 41 | 301 | 105 | 50 |
| Binary | 11111 | 10001101 | 10101011 | 1010010 | 10010 | 0 | 100001 | 11000001 | 1000101 | 101000 |
Color Harmonies of #1F8DAB
Complementary color
Monochromatic Colors of #1F8DAB
Black with #1F8DAB
Text Example
Text Example
White with #1F8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DAB; }
p { color: rgb(31,141,171); }
H1.HeaderClassName
{
color: #1F8DAB;
}
.AnyTagClassName
{
color: #1F8DAB;
}
</style>
background-color css
<style>
a { background-color: #1F8DAB; }
a { background-color: rgb(31,141,171); }
div.DivClassName
{
background-color: #1F8DAB;
}
.BgClassName
{
background-color: #1F8DAB;
}
</style>
border-color css
<style>
span { border-color: #1F8DAB; }
span { border-color: rgb(31,141,171); }
td.TdClassName
{
border-color: #1F8DAB;
}
.TagClassName
{
border-color: #1F8DAB;
}
</style>