Shades of Pelorous #1AA2BB
Tints of Pelorous #1AA2BB
RGB
CMYK
RGB Variations
Color information
#1AA2BB (or 0x1AA2BB) is known color: Pelorous. HEX triplet: 1A, A2 and BB. RGB value is (26,162,187). Sum of RGB (Red+Green+Blue) = 26+162+187=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #1AA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA2BB is #E55D44. Grayscale: #7B7B7B. Windows color (decimal): -15031621 or 12296730. OLE color: 12296730.
HSL color Cylindrical-coordinate representation of color #1AA2BB: hue angle of 189.32º degrees, saturation: 0.76, 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 #1AA2BB is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 162 | 187 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.27 |
| HSL | 189.32º | 0.76% | 0.42% | - |
| HSV(B) | 189.32º | 0.86% | 0.73% | - |
| XYZ | 22.32 | 29.65 | 51.56 | - |
| YUV | 124.19 | 163.44 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 162 | 187 | 0.86 | 0.13 | 0 | 0.27 | 189.32 | 0.76 | 0.42 |
| Hex | 1A | A2 | BB | 56 | D | 0 | 1B | BD | 4C | 2A |
| Octal | 32 | 242 | 273 | 126 | 15 | 0 | 33 | 275 | 114 | 52 |
| Binary | 11010 | 10100010 | 10111011 | 1010110 | 1101 | 0 | 11011 | 10111101 | 1001100 | 101010 |
Color Harmonies of #1AA2BB
Complementary color
Monochromatic Colors of #1AA2BB
Black with #1AA2BB
Text Example
Text Example
White with #1AA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA2BB; }
p { color: rgb(26,162,187); }
H1.HeaderClassName
{
color: #1AA2BB;
}
.AnyTagClassName
{
color: #1AA2BB;
}
</style>
background-color css
<style>
a { background-color: #1AA2BB; }
a { background-color: rgb(26,162,187); }
div.DivClassName
{
background-color: #1AA2BB;
}
.BgClassName
{
background-color: #1AA2BB;
}
</style>
border-color css
<style>
span { border-color: #1AA2BB; }
span { border-color: rgb(26,162,187); }
td.TdClassName
{
border-color: #1AA2BB;
}
.TagClassName
{
border-color: #1AA2BB;
}
</style>