Shades of Pelorous #1689BA
Tints of Pelorous #1689BA
RGB
CMYK
RGB Variations
Color information
#1689BA (or 0x1689BA) is known color: Pelorous. HEX triplet: 16, 89 and BA. RGB value is (22,137,186). Sum of RGB (Red+Green+Blue) = 22+137+186=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #1689BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689BA is #E97645. Grayscale: #6B6B6B. Windows color (decimal): -15300166 or 12224790. OLE color: 12224790.
HSL color Cylindrical-coordinate representation of color #1689BA: hue angle of 197.93º 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 #1689BA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 137 | 186 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.27 |
| HSL | 197.93º | 0.79% | 0.41% | - |
| HSV(B) | 197.93º | 0.88% | 0.73% | - |
| XYZ | 18.14 | 21.61 | 49.67 | - |
| YUV | 108.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 186 | 0.88 | 0.26 | 0 | 0.27 | 197.93 | 0.79 | 0.41 |
| Hex | 16 | 89 | BA | 58 | 1A | 0 | 1B | C6 | 4F | 29 |
| Octal | 26 | 211 | 272 | 130 | 32 | 0 | 33 | 306 | 117 | 51 |
| Binary | 10110 | 10001001 | 10111010 | 1011000 | 11010 | 0 | 11011 | 11000110 | 1001111 | 101001 |
Color Harmonies of #1689BA
Complementary color
Monochromatic Colors of #1689BA
Black with #1689BA
Text Example
Text Example
White with #1689BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689BA; }
p { color: rgb(22,137,186); }
H1.HeaderClassName
{
color: #1689BA;
}
.AnyTagClassName
{
color: #1689BA;
}
</style>
background-color css
<style>
a { background-color: #1689BA; }
a { background-color: rgb(22,137,186); }
div.DivClassName
{
background-color: #1689BA;
}
.BgClassName
{
background-color: #1689BA;
}
</style>
border-color css
<style>
span { border-color: #1689BA; }
span { border-color: rgb(22,137,186); }
td.TdClassName
{
border-color: #1689BA;
}
.TagClassName
{
border-color: #1689BA;
}
</style>