Shades of Pacific Blue #1689D0
Tints of Pacific Blue #1689D0
RGB
CMYK
RGB Variations
Color information
#1689D0 (or 0x1689D0) is known color: Pacific Blue. HEX triplet: 16, 89 and D0. RGB value is (22,137,208). Sum of RGB (Red+Green+Blue) = 22+137+208=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #1689D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689D0 is #E9762F. Grayscale: #6E6E6E. Windows color (decimal): -15300144 or 13666582. OLE color: 13666582.
HSL color Cylindrical-coordinate representation of color #1689D0: hue angle of 202.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1689D0 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 137 | 208 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.18 |
| HSL | 202.9º | 0.81% | 0.45% | - |
| HSV(B) | 202.9º | 0.89% | 0.82% | - |
| XYZ | 20.66 | 22.62 | 62.95 | - |
| YUV | 110.71 | 182.9 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 208 | 0.89 | 0.34 | 0 | 0.18 | 202.9 | 0.81 | 0.45 |
| Hex | 16 | 89 | D0 | 59 | 22 | 0 | 12 | CB | 51 | 2D |
| Octal | 26 | 211 | 320 | 131 | 42 | 0 | 22 | 313 | 121 | 55 |
| Binary | 10110 | 10001001 | 11010000 | 1011001 | 100010 | 0 | 10010 | 11001011 | 1010001 | 101101 |
Color Harmonies of #1689D0
Complementary color
Monochromatic Colors of #1689D0
Black with #1689D0
Text Example
Text Example
White with #1689D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689D0; }
p { color: rgb(22,137,208); }
H1.HeaderClassName
{
color: #1689D0;
}
.AnyTagClassName
{
color: #1689D0;
}
</style>
background-color css
<style>
a { background-color: #1689D0; }
a { background-color: rgb(22,137,208); }
div.DivClassName
{
background-color: #1689D0;
}
.BgClassName
{
background-color: #1689D0;
}
</style>
border-color css
<style>
span { border-color: #1689D0; }
span { border-color: rgb(22,137,208); }
td.TdClassName
{
border-color: #1689D0;
}
.TagClassName
{
border-color: #1689D0;
}
</style>