Shades of Pelorous #1D9FAB
Tints of Pelorous #1D9FAB
RGB
CMYK
RGB Variations
Color information
#1D9FAB (or 0x1D9FAB) is known color: Pelorous. HEX triplet: 1D, 9F and AB. RGB value is (29,159,171). Sum of RGB (Red+Green+Blue) = 29+159+171=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D9FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9FAB is #E26054. Grayscale: #797979. Windows color (decimal): -14835797 or 11247389. OLE color: 11247389.
HSL color Cylindrical-coordinate representation of color #1D9FAB: hue angle of 185.07º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D9FAB is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 159 | 171 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.33 |
| HSL | 185.07º | 0.71% | 0.39% | - |
| HSV(B) | 185.07º | 0.83% | 0.67% | - |
| XYZ | 20.26 | 28 | 42.86 | - |
| YUV | 121.5 | 155.93 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 171 | 0.83 | 0.07 | 0 | 0.33 | 185.07 | 0.71 | 0.39 |
| Hex | 1D | 9F | AB | 53 | 7 | 0 | 21 | B9 | 47 | 27 |
| Octal | 35 | 237 | 253 | 123 | 7 | 0 | 41 | 271 | 107 | 47 |
| Binary | 11101 | 10011111 | 10101011 | 1010011 | 111 | 0 | 100001 | 10111001 | 1000111 | 100111 |
Color Harmonies of #1D9FAB
Complementary color
Monochromatic Colors of #1D9FAB
Black with #1D9FAB
Text Example
Text Example
White with #1D9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FAB; }
p { color: rgb(29,159,171); }
H1.HeaderClassName
{
color: #1D9FAB;
}
.AnyTagClassName
{
color: #1D9FAB;
}
</style>
background-color css
<style>
a { background-color: #1D9FAB; }
a { background-color: rgb(29,159,171); }
div.DivClassName
{
background-color: #1D9FAB;
}
.BgClassName
{
background-color: #1D9FAB;
}
</style>
border-color css
<style>
span { border-color: #1D9FAB; }
span { border-color: rgb(29,159,171); }
td.TdClassName
{
border-color: #1D9FAB;
}
.TagClassName
{
border-color: #1D9FAB;
}
</style>