Shades of Pacific Blue #1697CE
Tints of Pacific Blue #1697CE
RGB
CMYK
RGB Variations
Color information
#1697CE (or 0x1697CE) is known color: Pacific Blue. HEX triplet: 16, 97 and CE. RGB value is (22,151,206). Sum of RGB (Red+Green+Blue) = 22+151+206=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #1697CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697CE is #E96831. Grayscale: #767676. Windows color (decimal): -15296562 or 13539094. OLE color: 13539094.
HSL color Cylindrical-coordinate representation of color #1697CE: hue angle of 197.93º 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 #1697CE is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 151 | 206 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.19 |
| HSL | 197.93º | 0.81% | 0.45% | - |
| HSV(B) | 197.93º | 0.89% | 0.81% | - |
| XYZ | 22.54 | 26.76 | 62.37 | - |
| YUV | 118.7 | 177.26 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 206 | 0.89 | 0.27 | 0 | 0.19 | 197.93 | 0.81 | 0.45 |
| Hex | 16 | 97 | CE | 59 | 1B | 0 | 13 | C6 | 51 | 2D |
| Octal | 26 | 227 | 316 | 131 | 33 | 0 | 23 | 306 | 121 | 55 |
| Binary | 10110 | 10010111 | 11001110 | 1011001 | 11011 | 0 | 10011 | 11000110 | 1010001 | 101101 |
Color Harmonies of #1697CE
Complementary color
Monochromatic Colors of #1697CE
Black with #1697CE
Text Example
Text Example
White with #1697CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697CE; }
p { color: rgb(22,151,206); }
H1.HeaderClassName
{
color: #1697CE;
}
.AnyTagClassName
{
color: #1697CE;
}
</style>
background-color css
<style>
a { background-color: #1697CE; }
a { background-color: rgb(22,151,206); }
div.DivClassName
{
background-color: #1697CE;
}
.BgClassName
{
background-color: #1697CE;
}
</style>
border-color css
<style>
span { border-color: #1697CE; }
span { border-color: rgb(22,151,206); }
td.TdClassName
{
border-color: #1697CE;
}
.TagClassName
{
border-color: #1697CE;
}
</style>