Shades of Pelorous #1DAABA
Tints of Pelorous #1DAABA
RGB
CMYK
RGB Variations
Color information
#1DAABA (or 0x1DAABA) is known color: Pelorous. HEX triplet: 1D, AA and BA. RGB value is (29,170,186). Sum of RGB (Red+Green+Blue) = 29+170+186=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAABA is #E25545. Grayscale: #818181. Windows color (decimal): -14832966 or 12233245. OLE color: 12233245.
HSL color Cylindrical-coordinate representation of color #1DAABA: hue angle of 186.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DAABA is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 170 | 186 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.27 |
| HSL | 186.11º | 0.73% | 0.42% | - |
| HSV(B) | 186.11º | 0.84% | 0.73% | - |
| XYZ | 23.74 | 32.56 | 51.49 | - |
| YUV | 129.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 186 | 0.84 | 0.09 | 0 | 0.27 | 186.11 | 0.73 | 0.42 |
| Hex | 1D | AA | BA | 54 | 9 | 0 | 1B | BA | 49 | 2A |
| Octal | 35 | 252 | 272 | 124 | 11 | 0 | 33 | 272 | 111 | 52 |
| Binary | 11101 | 10101010 | 10111010 | 1010100 | 1001 | 0 | 11011 | 10111010 | 1001001 | 101010 |
Color Harmonies of #1DAABA
Complementary color
Monochromatic Colors of #1DAABA
Black with #1DAABA
Text Example
Text Example
White with #1DAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAABA; }
p { color: rgb(29,170,186); }
H1.HeaderClassName
{
color: #1DAABA;
}
.AnyTagClassName
{
color: #1DAABA;
}
</style>
background-color css
<style>
a { background-color: #1DAABA; }
a { background-color: rgb(29,170,186); }
div.DivClassName
{
background-color: #1DAABA;
}
.BgClassName
{
background-color: #1DAABA;
}
</style>
border-color css
<style>
span { border-color: #1DAABA; }
span { border-color: rgb(29,170,186); }
td.TdClassName
{
border-color: #1DAABA;
}
.TagClassName
{
border-color: #1DAABA;
}
</style>