Shades of Pelorous #1688BD
Tints of Pelorous #1688BD
RGB
CMYK
RGB Variations
Color information
#1688BD (or 0x1688BD) is known color: Pelorous. HEX triplet: 16, 88 and BD. RGB value is (22,136,189). Sum of RGB (Red+Green+Blue) = 22+136+189=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1688BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688BD is #E97742. Grayscale: #6B6B6B. Windows color (decimal): -15300419 or 12421142. OLE color: 12421142.
HSL color Cylindrical-coordinate representation of color #1688BD: hue angle of 199.04º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1688BD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 136 | 189 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.26 |
| HSL | 199.04º | 0.79% | 0.41% | - |
| HSV(B) | 199.04º | 0.88% | 0.74% | - |
| XYZ | 18.32 | 21.45 | 51.32 | - |
| YUV | 107.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 189 | 0.88 | 0.28 | 0 | 0.26 | 199.04 | 0.79 | 0.41 |
| Hex | 16 | 88 | BD | 58 | 1C | 0 | 1A | C7 | 4F | 29 |
| Octal | 26 | 210 | 275 | 130 | 34 | 0 | 32 | 307 | 117 | 51 |
| Binary | 10110 | 10001000 | 10111101 | 1011000 | 11100 | 0 | 11010 | 11000111 | 1001111 | 101001 |
Color Harmonies of #1688BD
Complementary color
Monochromatic Colors of #1688BD
Black with #1688BD
Text Example
Text Example
White with #1688BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1688BD; }
p { color: rgb(22,136,189); }
H1.HeaderClassName
{
color: #1688BD;
}
.AnyTagClassName
{
color: #1688BD;
}
</style>
background-color css
<style>
a { background-color: #1688BD; }
a { background-color: rgb(22,136,189); }
div.DivClassName
{
background-color: #1688BD;
}
.BgClassName
{
background-color: #1688BD;
}
</style>
border-color css
<style>
span { border-color: #1688BD; }
span { border-color: rgb(22,136,189); }
td.TdClassName
{
border-color: #1688BD;
}
.TagClassName
{
border-color: #1688BD;
}
</style>