Shades of Pacific Blue #1796CC
Tints of Pacific Blue #1796CC
RGB
CMYK
RGB Variations
Color information
#1796CC (or 0x1796CC) is known color: Pacific Blue. HEX triplet: 17, 96 and CC. RGB value is (23,150,204). Sum of RGB (Red+Green+Blue) = 23+150+204=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1796CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796CC is #E86933. Grayscale: #757575. Windows color (decimal): -15231284 or 13407767. OLE color: 13407767.
HSL color Cylindrical-coordinate representation of color #1796CC: hue angle of 197.9º degrees, saturation: 0.8, 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 #1796CC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 150 | 204 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.2 |
| HSL | 197.9º | 0.8% | 0.45% | - |
| HSV(B) | 197.9º | 0.89% | 0.8% | - |
| XYZ | 22.16 | 26.35 | 61.05 | - |
| YUV | 118.18 | 176.42 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 204 | 0.89 | 0.26 | 0 | 0.2 | 197.9 | 0.8 | 0.45 |
| Hex | 17 | 96 | CC | 59 | 1A | 0 | 14 | C6 | 50 | 2D |
| Octal | 27 | 226 | 314 | 131 | 32 | 0 | 24 | 306 | 120 | 55 |
| Binary | 10111 | 10010110 | 11001100 | 1011001 | 11010 | 0 | 10100 | 11000110 | 1010000 | 101101 |
Color Harmonies of #1796CC
Complementary color
Monochromatic Colors of #1796CC
Black with #1796CC
Text Example
Text Example
White with #1796CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796CC; }
p { color: rgb(23,150,204); }
H1.HeaderClassName
{
color: #1796CC;
}
.AnyTagClassName
{
color: #1796CC;
}
</style>
background-color css
<style>
a { background-color: #1796CC; }
a { background-color: rgb(23,150,204); }
div.DivClassName
{
background-color: #1796CC;
}
.BgClassName
{
background-color: #1796CC;
}
</style>
border-color css
<style>
span { border-color: #1796CC; }
span { border-color: rgb(23,150,204); }
td.TdClassName
{
border-color: #1796CC;
}
.TagClassName
{
border-color: #1796CC;
}
</style>