Shades of Pelorous #1699BA
Tints of Pelorous #1699BA
RGB
CMYK
RGB Variations
Color information
#1699BA (or 0x1699BA) is known color: Pelorous. HEX triplet: 16, 99 and BA. RGB value is (22,153,186). Sum of RGB (Red+Green+Blue) = 22+153+186=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #1699BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699BA is #E96645. Grayscale: #757575. Windows color (decimal): -15296070 or 12228886. OLE color: 12228886.
HSL color Cylindrical-coordinate representation of color #1699BA: hue angle of 192.07º 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 #1699BA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 153 | 186 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.27 |
| HSL | 192.07º | 0.79% | 0.41% | - |
| HSV(B) | 192.07º | 0.88% | 0.73% | - |
| XYZ | 20.59 | 26.5 | 50.48 | - |
| YUV | 117.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 186 | 0.88 | 0.18 | 0 | 0.27 | 192.07 | 0.79 | 0.41 |
| Hex | 16 | 99 | BA | 58 | 12 | 0 | 1B | C0 | 4F | 29 |
| Octal | 26 | 231 | 272 | 130 | 22 | 0 | 33 | 300 | 117 | 51 |
| Binary | 10110 | 10011001 | 10111010 | 1011000 | 10010 | 0 | 11011 | 11000000 | 1001111 | 101001 |
Color Harmonies of #1699BA
Complementary color
Monochromatic Colors of #1699BA
Black with #1699BA
Text Example
Text Example
White with #1699BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699BA; }
p { color: rgb(22,153,186); }
H1.HeaderClassName
{
color: #1699BA;
}
.AnyTagClassName
{
color: #1699BA;
}
</style>
background-color css
<style>
a { background-color: #1699BA; }
a { background-color: rgb(22,153,186); }
div.DivClassName
{
background-color: #1699BA;
}
.BgClassName
{
background-color: #1699BA;
}
</style>
border-color css
<style>
span { border-color: #1699BA; }
span { border-color: rgb(22,153,186); }
td.TdClassName
{
border-color: #1699BA;
}
.TagClassName
{
border-color: #1699BA;
}
</style>