Shades of Pacific Blue #1796CE
Tints of Pacific Blue #1796CE
RGB
CMYK
RGB Variations
Color information
#1796CE (or 0x1796CE) is known color: Pacific Blue. HEX triplet: 17, 96 and CE. RGB value is (23,150,206). Sum of RGB (Red+Green+Blue) = 23+150+206=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 150 (58.98% from 255 or 39.58% 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 #1796CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796CE is #E86931. Grayscale: #767676. Windows color (decimal): -15231282 or 13538839. OLE color: 13538839.
HSL color Cylindrical-coordinate representation of color #1796CE: hue angle of 198.36º 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 #1796CE is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 150 | 206 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.19 |
| HSL | 198.36º | 0.8% | 0.45% | - |
| HSV(B) | 198.36º | 0.89% | 0.81% | - |
| XYZ | 22.4 | 26.45 | 62.32 | - |
| YUV | 118.41 | 177.42 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 206 | 0.89 | 0.27 | 0 | 0.19 | 198.36 | 0.8 | 0.45 |
| Hex | 17 | 96 | CE | 59 | 1B | 0 | 13 | C6 | 50 | 2D |
| Octal | 27 | 226 | 316 | 131 | 33 | 0 | 23 | 306 | 120 | 55 |
| Binary | 10111 | 10010110 | 11001110 | 1011001 | 11011 | 0 | 10011 | 11000110 | 1010000 | 101101 |
Color Harmonies of #1796CE
Complementary color
Monochromatic Colors of #1796CE
Black with #1796CE
Text Example
Text Example
White with #1796CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796CE; }
p { color: rgb(23,150,206); }
H1.HeaderClassName
{
color: #1796CE;
}
.AnyTagClassName
{
color: #1796CE;
}
</style>
background-color css
<style>
a { background-color: #1796CE; }
a { background-color: rgb(23,150,206); }
div.DivClassName
{
background-color: #1796CE;
}
.BgClassName
{
background-color: #1796CE;
}
</style>
border-color css
<style>
span { border-color: #1796CE; }
span { border-color: rgb(23,150,206); }
td.TdClassName
{
border-color: #1796CE;
}
.TagClassName
{
border-color: #1796CE;
}
</style>