Shades of Pelorous #1D9DAE
Tints of Pelorous #1D9DAE
RGB
CMYK
RGB Variations
Color information
#1D9DAE (or 0x1D9DAE) is known color: Pelorous. HEX triplet: 1D, 9D and AE. RGB value is (29,157,174). Sum of RGB (Red+Green+Blue) = 29+157+174=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D9DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9DAE is #E26251. Grayscale: #787878. Windows color (decimal): -14836306 or 11443485. OLE color: 11443485.
HSL color Cylindrical-coordinate representation of color #1D9DAE: hue angle of 187.03º 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 #1D9DAE is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 157 | 174 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.32 |
| HSL | 187.03º | 0.71% | 0.4% | - |
| HSV(B) | 187.03º | 0.83% | 0.68% | - |
| XYZ | 20.2 | 27.43 | 44.27 | - |
| YUV | 120.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 174 | 0.83 | 0.10 | 0 | 0.32 | 187.03 | 0.71 | 0.4 |
| Hex | 1D | 9D | AE | 53 | A | 0 | 20 | BB | 47 | 28 |
| Octal | 35 | 235 | 256 | 123 | 12 | 0 | 40 | 273 | 107 | 50 |
| Binary | 11101 | 10011101 | 10101110 | 1010011 | 1010 | 0 | 100000 | 10111011 | 1000111 | 101000 |
Color Harmonies of #1D9DAE
Complementary color
Monochromatic Colors of #1D9DAE
Black with #1D9DAE
Text Example
Text Example
White with #1D9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9DAE; }
p { color: rgb(29,157,174); }
H1.HeaderClassName
{
color: #1D9DAE;
}
.AnyTagClassName
{
color: #1D9DAE;
}
</style>
background-color css
<style>
a { background-color: #1D9DAE; }
a { background-color: rgb(29,157,174); }
div.DivClassName
{
background-color: #1D9DAE;
}
.BgClassName
{
background-color: #1D9DAE;
}
</style>
border-color css
<style>
span { border-color: #1D9DAE; }
span { border-color: rgb(29,157,174); }
td.TdClassName
{
border-color: #1D9DAE;
}
.TagClassName
{
border-color: #1D9DAE;
}
</style>