Shades of Pelorous #169DB1
Tints of Pelorous #169DB1
RGB
CMYK
RGB Variations
Color information
#169DB1 (or 0x169DB1) is known color: Pelorous. HEX triplet: 16, 9D and B1. RGB value is (22,157,177). Sum of RGB (Red+Green+Blue) = 22+157+177=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #169DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169DB1 is #E9624E. Grayscale: #767676. Windows color (decimal): -15295055 or 11640086. OLE color: 11640086.
HSL color Cylindrical-coordinate representation of color #169DB1: hue angle of 187.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169DB1 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 157 | 177 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.31 |
| HSL | 187.74º | 0.78% | 0.39% | - |
| HSV(B) | 187.74º | 0.88% | 0.69% | - |
| XYZ | 20.32 | 27.46 | 45.82 | - |
| YUV | 118.92 | 160.77 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 157 | 177 | 0.88 | 0.11 | 0 | 0.31 | 187.74 | 0.78 | 0.39 |
| Hex | 16 | 9D | B1 | 58 | B | 0 | 1F | BC | 4E | 27 |
| Octal | 26 | 235 | 261 | 130 | 13 | 0 | 37 | 274 | 116 | 47 |
| Binary | 10110 | 10011101 | 10110001 | 1011000 | 1011 | 0 | 11111 | 10111100 | 1001110 | 100111 |
Color Harmonies of #169DB1
Complementary color
Monochromatic Colors of #169DB1
Black with #169DB1
Text Example
Text Example
White with #169DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169DB1; }
p { color: rgb(22,157,177); }
H1.HeaderClassName
{
color: #169DB1;
}
.AnyTagClassName
{
color: #169DB1;
}
</style>
background-color css
<style>
a { background-color: #169DB1; }
a { background-color: rgb(22,157,177); }
div.DivClassName
{
background-color: #169DB1;
}
.BgClassName
{
background-color: #169DB1;
}
</style>
border-color css
<style>
span { border-color: #169DB1; }
span { border-color: rgb(22,157,177); }
td.TdClassName
{
border-color: #169DB1;
}
.TagClassName
{
border-color: #169DB1;
}
</style>