Shades of Pelorous #169DBA
Tints of Pelorous #169DBA
RGB
CMYK
RGB Variations
Color information
#169DBA (or 0x169DBA) is known color: Pelorous. HEX triplet: 16, 9D and BA. RGB value is (22,157,186). Sum of RGB (Red+Green+Blue) = 22+157+186=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #169DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169DBA is #E96245. Grayscale: #777777. Windows color (decimal): -15295046 or 12229910. OLE color: 12229910.
HSL color Cylindrical-coordinate representation of color #169DBA: hue angle of 190.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169DBA is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 157 | 186 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.27 |
| HSL | 190.61º | 0.79% | 0.41% | - |
| HSV(B) | 190.61º | 0.88% | 0.73% | - |
| XYZ | 21.25 | 27.83 | 50.71 | - |
| YUV | 119.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 157 | 186 | 0.88 | 0.16 | 0 | 0.27 | 190.61 | 0.79 | 0.41 |
| Hex | 16 | 9D | BA | 58 | 10 | 0 | 1B | BF | 4F | 29 |
| Octal | 26 | 235 | 272 | 130 | 20 | 0 | 33 | 277 | 117 | 51 |
| Binary | 10110 | 10011101 | 10111010 | 1011000 | 10000 | 0 | 11011 | 10111111 | 1001111 | 101001 |
Color Harmonies of #169DBA
Complementary color
Monochromatic Colors of #169DBA
Black with #169DBA
Text Example
Text Example
White with #169DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169DBA; }
p { color: rgb(22,157,186); }
H1.HeaderClassName
{
color: #169DBA;
}
.AnyTagClassName
{
color: #169DBA;
}
</style>
background-color css
<style>
a { background-color: #169DBA; }
a { background-color: rgb(22,157,186); }
div.DivClassName
{
background-color: #169DBA;
}
.BgClassName
{
background-color: #169DBA;
}
</style>
border-color css
<style>
span { border-color: #169DBA; }
span { border-color: rgb(22,157,186); }
td.TdClassName
{
border-color: #169DBA;
}
.TagClassName
{
border-color: #169DBA;
}
</style>