Shades of Pelorous #1D99AE
Tints of Pelorous #1D99AE
RGB
CMYK
RGB Variations
Color information
#1D99AE (or 0x1D99AE) is known color: Pelorous. HEX triplet: 1D, 99 and AE. RGB value is (29,153,174). Sum of RGB (Red+Green+Blue) = 29+153+174=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D99AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D99AE is #E26651. Grayscale: #767676. Windows color (decimal): -14837330 or 11442461. OLE color: 11442461.
HSL color Cylindrical-coordinate representation of color #1D99AE: hue angle of 188.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D99AE is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 153 | 174 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.32 |
| HSL | 188.69º | 0.71% | 0.4% | - |
| HSV(B) | 188.69º | 0.83% | 0.68% | - |
| XYZ | 19.54 | 26.1 | 44.05 | - |
| YUV | 118.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 174 | 0.83 | 0.12 | 0 | 0.32 | 188.69 | 0.71 | 0.4 |
| Hex | 1D | 99 | AE | 53 | C | 0 | 20 | BD | 47 | 28 |
| Octal | 35 | 231 | 256 | 123 | 14 | 0 | 40 | 275 | 107 | 50 |
| Binary | 11101 | 10011001 | 10101110 | 1010011 | 1100 | 0 | 100000 | 10111101 | 1000111 | 101000 |
Color Harmonies of #1D99AE
Complementary color
Monochromatic Colors of #1D99AE
Black with #1D99AE
Text Example
Text Example
White with #1D99AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D99AE; }
p { color: rgb(29,153,174); }
H1.HeaderClassName
{
color: #1D99AE;
}
.AnyTagClassName
{
color: #1D99AE;
}
</style>
background-color css
<style>
a { background-color: #1D99AE; }
a { background-color: rgb(29,153,174); }
div.DivClassName
{
background-color: #1D99AE;
}
.BgClassName
{
background-color: #1D99AE;
}
</style>
border-color css
<style>
span { border-color: #1D99AE; }
span { border-color: rgb(29,153,174); }
td.TdClassName
{
border-color: #1D99AE;
}
.TagClassName
{
border-color: #1D99AE;
}
</style>