Shades of Pelorous #1AA5BA
Tints of Pelorous #1AA5BA
RGB
CMYK
RGB Variations
Color information
#1AA5BA (or 0x1AA5BA) is known color: Pelorous. HEX triplet: 1A, A5 and BA. RGB value is (26,165,186). Sum of RGB (Red+Green+Blue) = 26+165+186=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AA5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA5BA is #E55A45. Grayscale: #7D7D7D. Windows color (decimal): -15030854 or 12231962. OLE color: 12231962.
HSL color Cylindrical-coordinate representation of color #1AA5BA: hue angle of 187.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA5BA is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 165 | 186 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.27 |
| HSL | 187.88º | 0.75% | 0.42% | - |
| HSV(B) | 187.88º | 0.86% | 0.73% | - |
| XYZ | 22.74 | 30.68 | 51.18 | - |
| YUV | 125.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 186 | 0.86 | 0.11 | 0 | 0.27 | 187.88 | 0.75 | 0.42 |
| Hex | 1A | A5 | BA | 56 | B | 0 | 1B | BC | 4B | 2A |
| Octal | 32 | 245 | 272 | 126 | 13 | 0 | 33 | 274 | 113 | 52 |
| Binary | 11010 | 10100101 | 10111010 | 1010110 | 1011 | 0 | 11011 | 10111100 | 1001011 | 101010 |
Color Harmonies of #1AA5BA
Complementary color
Monochromatic Colors of #1AA5BA
Black with #1AA5BA
Text Example
Text Example
White with #1AA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA5BA; }
p { color: rgb(26,165,186); }
H1.HeaderClassName
{
color: #1AA5BA;
}
.AnyTagClassName
{
color: #1AA5BA;
}
</style>
background-color css
<style>
a { background-color: #1AA5BA; }
a { background-color: rgb(26,165,186); }
div.DivClassName
{
background-color: #1AA5BA;
}
.BgClassName
{
background-color: #1AA5BA;
}
</style>
border-color css
<style>
span { border-color: #1AA5BA; }
span { border-color: rgb(26,165,186); }
td.TdClassName
{
border-color: #1AA5BA;
}
.TagClassName
{
border-color: #1AA5BA;
}
</style>