Shades of Pelorous #1D9BAE
Tints of Pelorous #1D9BAE
RGB
CMYK
RGB Variations
Color information
#1D9BAE (or 0x1D9BAE) is known color: Pelorous. HEX triplet: 1D, 9B and AE. RGB value is (29,155,174). Sum of RGB (Red+Green+Blue) = 29+155+174=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9BAE is #E26451. Grayscale: #777777. Windows color (decimal): -14836818 or 11442973. OLE color: 11442973.
HSL color Cylindrical-coordinate representation of color #1D9BAE: hue angle of 187.86º 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 #1D9BAE is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 155 | 174 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.32 |
| HSL | 187.86º | 0.71% | 0.4% | - |
| HSV(B) | 187.86º | 0.83% | 0.68% | - |
| XYZ | 19.87 | 26.76 | 44.16 | - |
| YUV | 119.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 174 | 0.83 | 0.11 | 0 | 0.32 | 187.86 | 0.71 | 0.4 |
| Hex | 1D | 9B | AE | 53 | B | 0 | 20 | BC | 47 | 28 |
| Octal | 35 | 233 | 256 | 123 | 13 | 0 | 40 | 274 | 107 | 50 |
| Binary | 11101 | 10011011 | 10101110 | 1010011 | 1011 | 0 | 100000 | 10111100 | 1000111 | 101000 |
Color Harmonies of #1D9BAE
Complementary color
Monochromatic Colors of #1D9BAE
Black with #1D9BAE
Text Example
Text Example
White with #1D9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9BAE; }
p { color: rgb(29,155,174); }
H1.HeaderClassName
{
color: #1D9BAE;
}
.AnyTagClassName
{
color: #1D9BAE;
}
</style>
background-color css
<style>
a { background-color: #1D9BAE; }
a { background-color: rgb(29,155,174); }
div.DivClassName
{
background-color: #1D9BAE;
}
.BgClassName
{
background-color: #1D9BAE;
}
</style>
border-color css
<style>
span { border-color: #1D9BAE; }
span { border-color: rgb(29,155,174); }
td.TdClassName
{
border-color: #1D9BAE;
}
.TagClassName
{
border-color: #1D9BAE;
}
</style>