Shades of Pelorous #1A8DAB
Tints of Pelorous #1A8DAB
RGB
CMYK
RGB Variations
Color information
#1A8DAB (or 0x1A8DAB) is known color: Pelorous. HEX triplet: 1A, 8D and AB. RGB value is (26,141,171). Sum of RGB (Red+Green+Blue) = 26+141+171=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8DAB is #E57254. Grayscale: #6D6D6D. Windows color (decimal): -15037013 or 11242778. OLE color: 11242778.
HSL color Cylindrical-coordinate representation of color #1A8DAB: hue angle of 192.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8DAB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 141 | 171 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.33 |
| HSL | 192.41º | 0.74% | 0.39% | - |
| HSV(B) | 192.41º | 0.85% | 0.67% | - |
| XYZ | 17.3 | 22.21 | 41.9 | - |
| YUV | 110.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 171 | 0.85 | 0.18 | 0 | 0.33 | 192.41 | 0.74 | 0.39 |
| Hex | 1A | 8D | AB | 55 | 12 | 0 | 21 | C0 | 4A | 27 |
| Octal | 32 | 215 | 253 | 125 | 22 | 0 | 41 | 300 | 112 | 47 |
| Binary | 11010 | 10001101 | 10101011 | 1010101 | 10010 | 0 | 100001 | 11000000 | 1001010 | 100111 |
Color Harmonies of #1A8DAB
Complementary color
Monochromatic Colors of #1A8DAB
Black with #1A8DAB
Text Example
Text Example
White with #1A8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DAB; }
p { color: rgb(26,141,171); }
H1.HeaderClassName
{
color: #1A8DAB;
}
.AnyTagClassName
{
color: #1A8DAB;
}
</style>
background-color css
<style>
a { background-color: #1A8DAB; }
a { background-color: rgb(26,141,171); }
div.DivClassName
{
background-color: #1A8DAB;
}
.BgClassName
{
background-color: #1A8DAB;
}
</style>
border-color css
<style>
span { border-color: #1A8DAB; }
span { border-color: rgb(26,141,171); }
td.TdClassName
{
border-color: #1A8DAB;
}
.TagClassName
{
border-color: #1A8DAB;
}
</style>