Shades of Pelorous #1D9BAC
Tints of Pelorous #1D9BAC
RGB
CMYK
RGB Variations
Color information
#1D9BAC (or 0x1D9BAC) is known color: Pelorous. HEX triplet: 1D, 9B and AC. RGB value is (29,155,172). Sum of RGB (Red+Green+Blue) = 29+155+172=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D9BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9BAC is #E26453. Grayscale: #777777. Windows color (decimal): -14836820 or 11311901. OLE color: 11311901.
HSL color Cylindrical-coordinate representation of color #1D9BAC: hue angle of 187.13º 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 #1D9BAC is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 155 | 172 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.33 |
| HSL | 187.13º | 0.71% | 0.39% | - |
| HSV(B) | 187.13º | 0.83% | 0.67% | - |
| XYZ | 19.67 | 26.68 | 43.14 | - |
| YUV | 119.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 172 | 0.83 | 0.10 | 0 | 0.33 | 187.13 | 0.71 | 0.39 |
| Hex | 1D | 9B | AC | 53 | A | 0 | 21 | BB | 47 | 27 |
| Octal | 35 | 233 | 254 | 123 | 12 | 0 | 41 | 273 | 107 | 47 |
| Binary | 11101 | 10011011 | 10101100 | 1010011 | 1010 | 0 | 100001 | 10111011 | 1000111 | 100111 |
Color Harmonies of #1D9BAC
Complementary color
Monochromatic Colors of #1D9BAC
Black with #1D9BAC
Text Example
Text Example
White with #1D9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9BAC; }
p { color: rgb(29,155,172); }
H1.HeaderClassName
{
color: #1D9BAC;
}
.AnyTagClassName
{
color: #1D9BAC;
}
</style>
background-color css
<style>
a { background-color: #1D9BAC; }
a { background-color: rgb(29,155,172); }
div.DivClassName
{
background-color: #1D9BAC;
}
.BgClassName
{
background-color: #1D9BAC;
}
</style>
border-color css
<style>
span { border-color: #1D9BAC; }
span { border-color: rgb(29,155,172); }
td.TdClassName
{
border-color: #1D9BAC;
}
.TagClassName
{
border-color: #1D9BAC;
}
</style>