Shades of Pelorous #1688BA
Tints of Pelorous #1688BA
RGB
CMYK
RGB Variations
Color information
#1688BA (or 0x1688BA) is known color: Pelorous. HEX triplet: 16, 88 and BA. RGB value is (22,136,186). Sum of RGB (Red+Green+Blue) = 22+136+186=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #1688BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688BA is #E97745. Grayscale: #6B6B6B. Windows color (decimal): -15300422 or 12224534. OLE color: 12224534.
HSL color Cylindrical-coordinate representation of color #1688BA: hue angle of 198.29º 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 #1688BA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 136 | 186 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.27 |
| HSL | 198.29º | 0.79% | 0.41% | - |
| HSV(B) | 198.29º | 0.88% | 0.73% | - |
| XYZ | 18 | 21.32 | 49.62 | - |
| YUV | 107.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 186 | 0.88 | 0.27 | 0 | 0.27 | 198.29 | 0.79 | 0.41 |
| Hex | 16 | 88 | BA | 58 | 1B | 0 | 1B | C6 | 4F | 29 |
| Octal | 26 | 210 | 272 | 130 | 33 | 0 | 33 | 306 | 117 | 51 |
| Binary | 10110 | 10001000 | 10111010 | 1011000 | 11011 | 0 | 11011 | 11000110 | 1001111 | 101001 |
Color Harmonies of #1688BA
Complementary color
Monochromatic Colors of #1688BA
Black with #1688BA
Text Example
Text Example
White with #1688BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1688BA; }
p { color: rgb(22,136,186); }
H1.HeaderClassName
{
color: #1688BA;
}
.AnyTagClassName
{
color: #1688BA;
}
</style>
background-color css
<style>
a { background-color: #1688BA; }
a { background-color: rgb(22,136,186); }
div.DivClassName
{
background-color: #1688BA;
}
.BgClassName
{
background-color: #1688BA;
}
</style>
border-color css
<style>
span { border-color: #1688BA; }
span { border-color: rgb(22,136,186); }
td.TdClassName
{
border-color: #1688BA;
}
.TagClassName
{
border-color: #1688BA;
}
</style>