Shades of Pelorous #1A99AC
Tints of Pelorous #1A99AC
RGB
CMYK
RGB Variations
Color information
#1A99AC (or 0x1A99AC) is known color: Pelorous. HEX triplet: 1A, 99 and AC. RGB value is (26,153,172). Sum of RGB (Red+Green+Blue) = 26+153+172=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A99AC is #E56653. Grayscale: #747474. Windows color (decimal): -15033940 or 11311386. OLE color: 11311386.
HSL color Cylindrical-coordinate representation of color #1A99AC: hue angle of 187.81º 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 #1A99AC is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 153 | 172 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.33 |
| HSL | 187.81º | 0.74% | 0.39% | - |
| HSV(B) | 187.81º | 0.85% | 0.67% | - |
| XYZ | 19.26 | 25.98 | 43.03 | - |
| YUV | 117.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 172 | 0.85 | 0.11 | 0 | 0.33 | 187.81 | 0.74 | 0.39 |
| Hex | 1A | 99 | AC | 55 | B | 0 | 21 | BC | 4A | 27 |
| Octal | 32 | 231 | 254 | 125 | 13 | 0 | 41 | 274 | 112 | 47 |
| Binary | 11010 | 10011001 | 10101100 | 1010101 | 1011 | 0 | 100001 | 10111100 | 1001010 | 100111 |
Color Harmonies of #1A99AC
Complementary color
Monochromatic Colors of #1A99AC
Black with #1A99AC
Text Example
Text Example
White with #1A99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A99AC; }
p { color: rgb(26,153,172); }
H1.HeaderClassName
{
color: #1A99AC;
}
.AnyTagClassName
{
color: #1A99AC;
}
</style>
background-color css
<style>
a { background-color: #1A99AC; }
a { background-color: rgb(26,153,172); }
div.DivClassName
{
background-color: #1A99AC;
}
.BgClassName
{
background-color: #1A99AC;
}
</style>
border-color css
<style>
span { border-color: #1A99AC; }
span { border-color: rgb(26,153,172); }
td.TdClassName
{
border-color: #1A99AC;
}
.TagClassName
{
border-color: #1A99AC;
}
</style>