Shades of Pelorous #1699B9
Tints of Pelorous #1699B9
RGB
CMYK
RGB Variations
Color information
#1699B9 (or 0x1699B9) is known color: Pelorous. HEX triplet: 16, 99 and B9. RGB value is (22,153,185). Sum of RGB (Red+Green+Blue) = 22+153+185=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #1699B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699B9 is #E96646. Grayscale: #757575. Windows color (decimal): -15296071 or 12163350. OLE color: 12163350.
HSL color Cylindrical-coordinate representation of color #1699B9: hue angle of 191.78º 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 #1699B9 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 153 | 185 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.27 |
| HSL | 191.78º | 0.79% | 0.41% | - |
| HSV(B) | 191.78º | 0.88% | 0.73% | - |
| XYZ | 20.48 | 26.46 | 49.93 | - |
| YUV | 117.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 185 | 0.88 | 0.17 | 0 | 0.27 | 191.78 | 0.79 | 0.41 |
| Hex | 16 | 99 | B9 | 58 | 11 | 0 | 1B | C0 | 4F | 29 |
| Octal | 26 | 231 | 271 | 130 | 21 | 0 | 33 | 300 | 117 | 51 |
| Binary | 10110 | 10011001 | 10111001 | 1011000 | 10001 | 0 | 11011 | 11000000 | 1001111 | 101001 |
Color Harmonies of #1699B9
Complementary color
Monochromatic Colors of #1699B9
Black with #1699B9
Text Example
Text Example
White with #1699B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699B9; }
p { color: rgb(22,153,185); }
H1.HeaderClassName
{
color: #1699B9;
}
.AnyTagClassName
{
color: #1699B9;
}
</style>
background-color css
<style>
a { background-color: #1699B9; }
a { background-color: rgb(22,153,185); }
div.DivClassName
{
background-color: #1699B9;
}
.BgClassName
{
background-color: #1699B9;
}
</style>
border-color css
<style>
span { border-color: #1699B9; }
span { border-color: rgb(22,153,185); }
td.TdClassName
{
border-color: #1699B9;
}
.TagClassName
{
border-color: #1699B9;
}
</style>