Shades of Pelorous #1D9CAE
Tints of Pelorous #1D9CAE
RGB
CMYK
RGB Variations
Color information
#1D9CAE (or 0x1D9CAE) is known color: Pelorous. HEX triplet: 1D, 9C and AE. RGB value is (29,156,174). Sum of RGB (Red+Green+Blue) = 29+156+174=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D9CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9CAE is #E26351. Grayscale: #777777. Windows color (decimal): -14836562 or 11443229. OLE color: 11443229.
HSL color Cylindrical-coordinate representation of color #1D9CAE: hue angle of 187.45º 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 #1D9CAE is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 156 | 174 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.32 |
| HSL | 187.45º | 0.71% | 0.4% | - |
| HSV(B) | 187.45º | 0.83% | 0.68% | - |
| XYZ | 20.04 | 27.09 | 44.22 | - |
| YUV | 120.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 174 | 0.83 | 0.10 | 0 | 0.32 | 187.45 | 0.71 | 0.4 |
| Hex | 1D | 9C | AE | 53 | A | 0 | 20 | BB | 47 | 28 |
| Octal | 35 | 234 | 256 | 123 | 12 | 0 | 40 | 273 | 107 | 50 |
| Binary | 11101 | 10011100 | 10101110 | 1010011 | 1010 | 0 | 100000 | 10111011 | 1000111 | 101000 |
Color Harmonies of #1D9CAE
Complementary color
Monochromatic Colors of #1D9CAE
Black with #1D9CAE
Text Example
Text Example
White with #1D9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CAE; }
p { color: rgb(29,156,174); }
H1.HeaderClassName
{
color: #1D9CAE;
}
.AnyTagClassName
{
color: #1D9CAE;
}
</style>
background-color css
<style>
a { background-color: #1D9CAE; }
a { background-color: rgb(29,156,174); }
div.DivClassName
{
background-color: #1D9CAE;
}
.BgClassName
{
background-color: #1D9CAE;
}
</style>
border-color css
<style>
span { border-color: #1D9CAE; }
span { border-color: rgb(29,156,174); }
td.TdClassName
{
border-color: #1D9CAE;
}
.TagClassName
{
border-color: #1D9CAE;
}
</style>