Shades of Pacific Blue #1696CA
Tints of Pacific Blue #1696CA
RGB
CMYK
RGB Variations
Color information
#1696CA (or 0x1696CA) is known color: Pacific Blue. HEX triplet: 16, 96 and CA. RGB value is (22,150,202). Sum of RGB (Red+Green+Blue) = 22+150+202=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #1696CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1696CA is #E96935. Grayscale: #757575. Windows color (decimal): -15296822 or 13276694. OLE color: 13276694.
HSL color Cylindrical-coordinate representation of color #1696CA: hue angle of 197.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1696CA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 150 | 202 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.21 |
| HSL | 197.33º | 0.8% | 0.44% | - |
| HSV(B) | 197.33º | 0.89% | 0.79% | - |
| XYZ | 21.9 | 26.25 | 59.79 | - |
| YUV | 117.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 202 | 0.89 | 0.26 | 0 | 0.21 | 197.33 | 0.8 | 0.44 |
| Hex | 16 | 96 | CA | 59 | 1A | 0 | 15 | C5 | 50 | 2C |
| Octal | 26 | 226 | 312 | 131 | 32 | 0 | 25 | 305 | 120 | 54 |
| Binary | 10110 | 10010110 | 11001010 | 1011001 | 11010 | 0 | 10101 | 11000101 | 1010000 | 101100 |
Color Harmonies of #1696CA
Complementary color
Monochromatic Colors of #1696CA
Black with #1696CA
Text Example
Text Example
White with #1696CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696CA; }
p { color: rgb(22,150,202); }
H1.HeaderClassName
{
color: #1696CA;
}
.AnyTagClassName
{
color: #1696CA;
}
</style>
background-color css
<style>
a { background-color: #1696CA; }
a { background-color: rgb(22,150,202); }
div.DivClassName
{
background-color: #1696CA;
}
.BgClassName
{
background-color: #1696CA;
}
</style>
border-color css
<style>
span { border-color: #1696CA; }
span { border-color: rgb(22,150,202); }
td.TdClassName
{
border-color: #1696CA;
}
.TagClassName
{
border-color: #1696CA;
}
</style>