Shades of Pelorous #1688B7
Tints of Pelorous #1688B7
RGB
CMYK
RGB Variations
Color information
#1688B7 (or 0x1688B7) is known color: Pelorous. HEX triplet: 16, 88 and B7. RGB value is (22,136,183). Sum of RGB (Red+Green+Blue) = 22+136+183=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #1688B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688B7 is #E97748. Grayscale: #6A6A6A. Windows color (decimal): -15300425 or 12027926. OLE color: 12027926.
HSL color Cylindrical-coordinate representation of color #1688B7: hue angle of 197.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1688B7 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 136 | 183 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.28 |
| HSL | 197.52º | 0.79% | 0.4% | - |
| HSV(B) | 197.52º | 0.88% | 0.72% | - |
| XYZ | 17.68 | 21.2 | 47.96 | - |
| YUV | 107.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 183 | 0.88 | 0.26 | 0 | 0.28 | 197.52 | 0.79 | 0.4 |
| Hex | 16 | 88 | B7 | 58 | 1A | 0 | 1C | C6 | 4F | 28 |
| Octal | 26 | 210 | 267 | 130 | 32 | 0 | 34 | 306 | 117 | 50 |
| Binary | 10110 | 10001000 | 10110111 | 1011000 | 11010 | 0 | 11100 | 11000110 | 1001111 | 101000 |
Color Harmonies of #1688B7
Complementary color
Monochromatic Colors of #1688B7
Black with #1688B7
Text Example
Text Example
White with #1688B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1688B7; }
p { color: rgb(22,136,183); }
H1.HeaderClassName
{
color: #1688B7;
}
.AnyTagClassName
{
color: #1688B7;
}
</style>
background-color css
<style>
a { background-color: #1688B7; }
a { background-color: rgb(22,136,183); }
div.DivClassName
{
background-color: #1688B7;
}
.BgClassName
{
background-color: #1688B7;
}
</style>
border-color css
<style>
span { border-color: #1688B7; }
span { border-color: rgb(22,136,183); }
td.TdClassName
{
border-color: #1688B7;
}
.TagClassName
{
border-color: #1688B7;
}
</style>