Shades of Pacific Blue #1694CE
Tints of Pacific Blue #1694CE
RGB
CMYK
RGB Variations
Color information
#1694CE (or 0x1694CE) is known color: Pacific Blue. HEX triplet: 16, 94 and CE. RGB value is (22,148,206). Sum of RGB (Red+Green+Blue) = 22+148+206=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1694CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1694CE is #E96B31. Grayscale: #747474. Windows color (decimal): -15297330 or 13538326. OLE color: 13538326.
HSL color Cylindrical-coordinate representation of color #1694CE: hue angle of 198.91º 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 #1694CE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 148 | 206 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.19 |
| HSL | 198.91º | 0.81% | 0.45% | - |
| HSV(B) | 198.91º | 0.89% | 0.81% | - |
| XYZ | 22.06 | 25.81 | 62.21 | - |
| YUV | 116.94 | 178.26 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 206 | 0.89 | 0.28 | 0 | 0.19 | 198.91 | 0.81 | 0.45 |
| Hex | 16 | 94 | CE | 59 | 1C | 0 | 13 | C7 | 51 | 2D |
| Octal | 26 | 224 | 316 | 131 | 34 | 0 | 23 | 307 | 121 | 55 |
| Binary | 10110 | 10010100 | 11001110 | 1011001 | 11100 | 0 | 10011 | 11000111 | 1010001 | 101101 |
Color Harmonies of #1694CE
Complementary color
Monochromatic Colors of #1694CE
Black with #1694CE
Text Example
Text Example
White with #1694CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1694CE; }
p { color: rgb(22,148,206); }
H1.HeaderClassName
{
color: #1694CE;
}
.AnyTagClassName
{
color: #1694CE;
}
</style>
background-color css
<style>
a { background-color: #1694CE; }
a { background-color: rgb(22,148,206); }
div.DivClassName
{
background-color: #1694CE;
}
.BgClassName
{
background-color: #1694CE;
}
</style>
border-color css
<style>
span { border-color: #1694CE; }
span { border-color: rgb(22,148,206); }
td.TdClassName
{
border-color: #1694CE;
}
.TagClassName
{
border-color: #1694CE;
}
</style>