Shades of Pacific Blue #1694CD
Tints of Pacific Blue #1694CD
RGB
CMYK
RGB Variations
Color information
#1694CD (or 0x1694CD) is known color: Pacific Blue. HEX triplet: 16, 94 and CD. RGB value is (22,148,205). Sum of RGB (Red+Green+Blue) = 22+148+205=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1694CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1694CD is #E96B32. Grayscale: #747474. Windows color (decimal): -15297331 or 13472790. OLE color: 13472790.
HSL color Cylindrical-coordinate representation of color #1694CD: hue angle of 198.69º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1694CD is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 148 | 205 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.20 |
| HSL | 198.69º | 0.81% | 0.45% | - |
| HSV(B) | 198.69º | 0.89% | 0.8% | - |
| XYZ | 21.94 | 25.76 | 61.57 | - |
| YUV | 116.82 | 177.76 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 205 | 0.89 | 0.28 | 0 | 0.20 | 198.69 | 0.81 | 0.45 |
| Hex | 16 | 94 | CD | 59 | 1C | 0 | 14 | C7 | 51 | 2D |
| Octal | 26 | 224 | 315 | 131 | 34 | 0 | 24 | 307 | 121 | 55 |
| Binary | 10110 | 10010100 | 11001101 | 1011001 | 11100 | 0 | 10100 | 11000111 | 1010001 | 101101 |
Color Harmonies of #1694CD
Complementary color
Monochromatic Colors of #1694CD
Black with #1694CD
Text Example
Text Example
White with #1694CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1694CD; }
p { color: rgb(22,148,205); }
H1.HeaderClassName
{
color: #1694CD;
}
.AnyTagClassName
{
color: #1694CD;
}
</style>
background-color css
<style>
a { background-color: #1694CD; }
a { background-color: rgb(22,148,205); }
div.DivClassName
{
background-color: #1694CD;
}
.BgClassName
{
background-color: #1694CD;
}
</style>
border-color css
<style>
span { border-color: #1694CD; }
span { border-color: rgb(22,148,205); }
td.TdClassName
{
border-color: #1694CD;
}
.TagClassName
{
border-color: #1694CD;
}
</style>