Shades of Pacific Blue #1796CF
Tints of Pacific Blue #1796CF
RGB
CMYK
RGB Variations
Color information
#1796CF (or 0x1796CF) is known color: Pacific Blue. HEX triplet: 17, 96 and CF. RGB value is (23,150,207). Sum of RGB (Red+Green+Blue) = 23+150+207=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #1796CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796CF is #E86930. Grayscale: #767676. Windows color (decimal): -15231281 or 13604375. OLE color: 13604375.
HSL color Cylindrical-coordinate representation of color #1796CF: hue angle of 198.59º degrees, saturation: 0.8, 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 #1796CF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 150 | 207 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.19 |
| HSL | 198.59º | 0.8% | 0.45% | - |
| HSV(B) | 198.59º | 0.89% | 0.81% | - |
| XYZ | 22.52 | 26.5 | 62.96 | - |
| YUV | 118.53 | 177.92 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 207 | 0.89 | 0.28 | 0 | 0.19 | 198.59 | 0.8 | 0.45 |
| Hex | 17 | 96 | CF | 59 | 1C | 0 | 13 | C7 | 50 | 2D |
| Octal | 27 | 226 | 317 | 131 | 34 | 0 | 23 | 307 | 120 | 55 |
| Binary | 10111 | 10010110 | 11001111 | 1011001 | 11100 | 0 | 10011 | 11000111 | 1010000 | 101101 |
Color Harmonies of #1796CF
Complementary color
Monochromatic Colors of #1796CF
Black with #1796CF
Text Example
Text Example
White with #1796CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796CF; }
p { color: rgb(23,150,207); }
H1.HeaderClassName
{
color: #1796CF;
}
.AnyTagClassName
{
color: #1796CF;
}
</style>
background-color css
<style>
a { background-color: #1796CF; }
a { background-color: rgb(23,150,207); }
div.DivClassName
{
background-color: #1796CF;
}
.BgClassName
{
background-color: #1796CF;
}
</style>
border-color css
<style>
span { border-color: #1796CF; }
span { border-color: rgb(23,150,207); }
td.TdClassName
{
border-color: #1796CF;
}
.TagClassName
{
border-color: #1796CF;
}
</style>