Shades of Pelorous #1698BB
Tints of Pelorous #1698BB
RGB
CMYK
RGB Variations
Color information
#1698BB (or 0x1698BB) is known color: Pelorous. HEX triplet: 16, 98 and BB. RGB value is (22,152,187). Sum of RGB (Red+Green+Blue) = 22+152+187=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #1698BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1698BB is #E96744. Grayscale: #747474. Windows color (decimal): -15296325 or 12294166. OLE color: 12294166.
HSL color Cylindrical-coordinate representation of color #1698BB: hue angle of 192.73º 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 #1698BB is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 152 | 187 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.27 |
| HSL | 192.73º | 0.79% | 0.41% | - |
| HSV(B) | 192.73º | 0.88% | 0.73% | - |
| XYZ | 20.53 | 26.21 | 50.99 | - |
| YUV | 117.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 187 | 0.88 | 0.19 | 0 | 0.27 | 192.73 | 0.79 | 0.41 |
| Hex | 16 | 98 | BB | 58 | 13 | 0 | 1B | C1 | 4F | 29 |
| Octal | 26 | 230 | 273 | 130 | 23 | 0 | 33 | 301 | 117 | 51 |
| Binary | 10110 | 10011000 | 10111011 | 1011000 | 10011 | 0 | 11011 | 11000001 | 1001111 | 101001 |
Color Harmonies of #1698BB
Complementary color
Monochromatic Colors of #1698BB
Black with #1698BB
Text Example
Text Example
White with #1698BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1698BB; }
p { color: rgb(22,152,187); }
H1.HeaderClassName
{
color: #1698BB;
}
.AnyTagClassName
{
color: #1698BB;
}
</style>
background-color css
<style>
a { background-color: #1698BB; }
a { background-color: rgb(22,152,187); }
div.DivClassName
{
background-color: #1698BB;
}
.BgClassName
{
background-color: #1698BB;
}
</style>
border-color css
<style>
span { border-color: #1698BB; }
span { border-color: rgb(22,152,187); }
td.TdClassName
{
border-color: #1698BB;
}
.TagClassName
{
border-color: #1698BB;
}
</style>