Shades of Pelorous #1689B8
Tints of Pelorous #1689B8
RGB
CMYK
RGB Variations
Color information
#1689B8 (or 0x1689B8) is known color: Pelorous. HEX triplet: 16, 89 and B8. RGB value is (22,137,184). Sum of RGB (Red+Green+Blue) = 22+137+184=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #1689B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689B8 is #E97647. Grayscale: #6B6B6B. Windows color (decimal): -15300168 or 12093718. OLE color: 12093718.
HSL color Cylindrical-coordinate representation of color #1689B8: hue angle of 197.41º 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 #1689B8 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 137 | 184 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.28 |
| HSL | 197.41º | 0.79% | 0.4% | - |
| HSV(B) | 197.41º | 0.88% | 0.72% | - |
| XYZ | 17.93 | 21.52 | 48.56 | - |
| YUV | 107.97 | 170.9 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 184 | 0.88 | 0.26 | 0 | 0.28 | 197.41 | 0.79 | 0.4 |
| Hex | 16 | 89 | B8 | 58 | 1A | 0 | 1C | C5 | 4F | 28 |
| Octal | 26 | 211 | 270 | 130 | 32 | 0 | 34 | 305 | 117 | 50 |
| Binary | 10110 | 10001001 | 10111000 | 1011000 | 11010 | 0 | 11100 | 11000101 | 1001111 | 101000 |
Color Harmonies of #1689B8
Complementary color
Monochromatic Colors of #1689B8
Black with #1689B8
Text Example
Text Example
White with #1689B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689B8; }
p { color: rgb(22,137,184); }
H1.HeaderClassName
{
color: #1689B8;
}
.AnyTagClassName
{
color: #1689B8;
}
</style>
background-color css
<style>
a { background-color: #1689B8; }
a { background-color: rgb(22,137,184); }
div.DivClassName
{
background-color: #1689B8;
}
.BgClassName
{
background-color: #1689B8;
}
</style>
border-color css
<style>
span { border-color: #1689B8; }
span { border-color: rgb(22,137,184); }
td.TdClassName
{
border-color: #1689B8;
}
.TagClassName
{
border-color: #1689B8;
}
</style>