Shades of Pelorous #1D9FB0
Tints of Pelorous #1D9FB0
RGB
CMYK
RGB Variations
Color information
#1D9FB0 (or 0x1D9FB0) is known color: Pelorous. HEX triplet: 1D, 9F and B0. RGB value is (29,159,176). Sum of RGB (Red+Green+Blue) = 29+159+176=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D9FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9FB0 is #E2604F. Grayscale: #797979. Windows color (decimal): -14835792 or 11575069. OLE color: 11575069.
HSL color Cylindrical-coordinate representation of color #1D9FB0: hue angle of 186.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D9FB0 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 159 | 176 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.31 |
| HSL | 186.94º | 0.72% | 0.4% | - |
| HSV(B) | 186.94º | 0.84% | 0.69% | - |
| XYZ | 20.74 | 28.19 | 45.42 | - |
| YUV | 122.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 176 | 0.84 | 0.10 | 0 | 0.31 | 186.94 | 0.72 | 0.4 |
| Hex | 1D | 9F | B0 | 54 | A | 0 | 1F | BB | 48 | 28 |
| Octal | 35 | 237 | 260 | 124 | 12 | 0 | 37 | 273 | 110 | 50 |
| Binary | 11101 | 10011111 | 10110000 | 1010100 | 1010 | 0 | 11111 | 10111011 | 1001000 | 101000 |
Color Harmonies of #1D9FB0
Complementary color
Monochromatic Colors of #1D9FB0
Black with #1D9FB0
Text Example
Text Example
White with #1D9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FB0; }
p { color: rgb(29,159,176); }
H1.HeaderClassName
{
color: #1D9FB0;
}
.AnyTagClassName
{
color: #1D9FB0;
}
</style>
background-color css
<style>
a { background-color: #1D9FB0; }
a { background-color: rgb(29,159,176); }
div.DivClassName
{
background-color: #1D9FB0;
}
.BgClassName
{
background-color: #1D9FB0;
}
</style>
border-color css
<style>
span { border-color: #1D9FB0; }
span { border-color: rgb(29,159,176); }
td.TdClassName
{
border-color: #1D9FB0;
}
.TagClassName
{
border-color: #1D9FB0;
}
</style>