Shades of Pelorous #1DAABD
Tints of Pelorous #1DAABD
RGB
CMYK
RGB Variations
Color information
#1DAABD (or 0x1DAABD) is known color: Pelorous. HEX triplet: 1D, AA and BD. RGB value is (29,170,189). Sum of RGB (Red+Green+Blue) = 29+170+189=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #1DAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAABD is #E25542. Grayscale: #818181. Windows color (decimal): -14832963 or 12429853. OLE color: 12429853.
HSL color Cylindrical-coordinate representation of color #1DAABD: hue angle of 187.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAABD is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 170 | 189 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.26 |
| HSL | 187.13º | 0.73% | 0.43% | - |
| HSV(B) | 187.13º | 0.85% | 0.74% | - |
| XYZ | 24.07 | 32.68 | 53.18 | - |
| YUV | 130.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 189 | 0.85 | 0.10 | 0 | 0.26 | 187.13 | 0.73 | 0.43 |
| Hex | 1D | AA | BD | 55 | A | 0 | 1A | BB | 49 | 2B |
| Octal | 35 | 252 | 275 | 125 | 12 | 0 | 32 | 273 | 111 | 53 |
| Binary | 11101 | 10101010 | 10111101 | 1010101 | 1010 | 0 | 11010 | 10111011 | 1001001 | 101011 |
Color Harmonies of #1DAABD
Complementary color
Monochromatic Colors of #1DAABD
Black with #1DAABD
Text Example
Text Example
White with #1DAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAABD; }
p { color: rgb(29,170,189); }
H1.HeaderClassName
{
color: #1DAABD;
}
.AnyTagClassName
{
color: #1DAABD;
}
</style>
background-color css
<style>
a { background-color: #1DAABD; }
a { background-color: rgb(29,170,189); }
div.DivClassName
{
background-color: #1DAABD;
}
.BgClassName
{
background-color: #1DAABD;
}
</style>
border-color css
<style>
span { border-color: #1DAABD; }
span { border-color: rgb(29,170,189); }
td.TdClassName
{
border-color: #1DAABD;
}
.TagClassName
{
border-color: #1DAABD;
}
</style>