Shades of Pelorous #1695BB
Tints of Pelorous #1695BB
RGB
CMYK
RGB Variations
Color information
#1695BB (or 0x1695BB) is known color: Pelorous. HEX triplet: 16, 95 and BB. RGB value is (22,149,187). Sum of RGB (Red+Green+Blue) = 22+149+187=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #1695BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1695BB is #E96A44. Grayscale: #737373. Windows color (decimal): -15297093 or 12293398. OLE color: 12293398.
HSL color Cylindrical-coordinate representation of color #1695BB: hue angle of 193.82º 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 #1695BB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 149 | 187 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.27 |
| HSL | 193.82º | 0.79% | 0.41% | - |
| HSV(B) | 193.82º | 0.88% | 0.73% | - |
| XYZ | 20.05 | 25.25 | 50.83 | - |
| YUV | 115.36 | 168.42 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 187 | 0.88 | 0.20 | 0 | 0.27 | 193.82 | 0.79 | 0.41 |
| Hex | 16 | 95 | BB | 58 | 14 | 0 | 1B | C2 | 4F | 29 |
| Octal | 26 | 225 | 273 | 130 | 24 | 0 | 33 | 302 | 117 | 51 |
| Binary | 10110 | 10010101 | 10111011 | 1011000 | 10100 | 0 | 11011 | 11000010 | 1001111 | 101001 |
Color Harmonies of #1695BB
Complementary color
Monochromatic Colors of #1695BB
Black with #1695BB
Text Example
Text Example
White with #1695BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695BB; }
p { color: rgb(22,149,187); }
H1.HeaderClassName
{
color: #1695BB;
}
.AnyTagClassName
{
color: #1695BB;
}
</style>
background-color css
<style>
a { background-color: #1695BB; }
a { background-color: rgb(22,149,187); }
div.DivClassName
{
background-color: #1695BB;
}
.BgClassName
{
background-color: #1695BB;
}
</style>
border-color css
<style>
span { border-color: #1695BB; }
span { border-color: rgb(22,149,187); }
td.TdClassName
{
border-color: #1695BB;
}
.TagClassName
{
border-color: #1695BB;
}
</style>