Shades of Pacific Blue #1688CE
Tints of Pacific Blue #1688CE
RGB
CMYK
RGB Variations
Color information
#1688CE (or 0x1688CE) is known color: Pacific Blue. HEX triplet: 16, 88 and CE. RGB value is (22,136,206). Sum of RGB (Red+Green+Blue) = 22+136+206=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #1688CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688CE is #E97731. Grayscale: #6D6D6D. Windows color (decimal): -15300402 or 13535254. OLE color: 13535254.
HSL color Cylindrical-coordinate representation of color #1688CE: hue angle of 202.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1688CE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 136 | 206 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.19 |
| HSL | 202.83º | 0.81% | 0.45% | - |
| HSV(B) | 202.83º | 0.89% | 0.81% | - |
| XYZ | 20.28 | 22.24 | 61.62 | - |
| YUV | 109.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 206 | 0.89 | 0.34 | 0 | 0.19 | 202.83 | 0.81 | 0.45 |
| Hex | 16 | 88 | CE | 59 | 22 | 0 | 13 | CB | 51 | 2D |
| Octal | 26 | 210 | 316 | 131 | 42 | 0 | 23 | 313 | 121 | 55 |
| Binary | 10110 | 10001000 | 11001110 | 1011001 | 100010 | 0 | 10011 | 11001011 | 1010001 | 101101 |
Color Harmonies of #1688CE
Complementary color
Monochromatic Colors of #1688CE
Black with #1688CE
Text Example
Text Example
White with #1688CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1688CE; }
p { color: rgb(22,136,206); }
H1.HeaderClassName
{
color: #1688CE;
}
.AnyTagClassName
{
color: #1688CE;
}
</style>
background-color css
<style>
a { background-color: #1688CE; }
a { background-color: rgb(22,136,206); }
div.DivClassName
{
background-color: #1688CE;
}
.BgClassName
{
background-color: #1688CE;
}
</style>
border-color css
<style>
span { border-color: #1688CE; }
span { border-color: rgb(22,136,206); }
td.TdClassName
{
border-color: #1688CE;
}
.TagClassName
{
border-color: #1688CE;
}
</style>