Shades of Pacific Blue #168ECC
Tints of Pacific Blue #168ECC
RGB
CMYK
RGB Variations
Color information
#168ECC (or 0x168ECC) is known color: Pacific Blue. HEX triplet: 16, 8E and CC. RGB value is (22,142,204). Sum of RGB (Red+Green+Blue) = 22+142+204=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #168ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ECC is #E97133. Grayscale: #707070. Windows color (decimal): -15298868 or 13405718. OLE color: 13405718.
HSL color Cylindrical-coordinate representation of color #168ECC: hue angle of 200.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168ECC is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 142 | 204 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.2 |
| HSL | 200.44º | 0.81% | 0.44% | - |
| HSV(B) | 200.44º | 0.89% | 0.8% | - |
| XYZ | 20.9 | 23.88 | 60.63 | - |
| YUV | 113.19 | 179.24 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 204 | 0.89 | 0.30 | 0 | 0.2 | 200.44 | 0.81 | 0.44 |
| Hex | 16 | 8E | CC | 59 | 1E | 0 | 14 | C8 | 51 | 2C |
| Octal | 26 | 216 | 314 | 131 | 36 | 0 | 24 | 310 | 121 | 54 |
| Binary | 10110 | 10001110 | 11001100 | 1011001 | 11110 | 0 | 10100 | 11001000 | 1010001 | 101100 |
Color Harmonies of #168ECC
Complementary color
Monochromatic Colors of #168ECC
Black with #168ECC
Text Example
Text Example
White with #168ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ECC; }
p { color: rgb(22,142,204); }
H1.HeaderClassName
{
color: #168ECC;
}
.AnyTagClassName
{
color: #168ECC;
}
</style>
background-color css
<style>
a { background-color: #168ECC; }
a { background-color: rgb(22,142,204); }
div.DivClassName
{
background-color: #168ECC;
}
.BgClassName
{
background-color: #168ECC;
}
</style>
border-color css
<style>
span { border-color: #168ECC; }
span { border-color: rgb(22,142,204); }
td.TdClassName
{
border-color: #168ECC;
}
.TagClassName
{
border-color: #168ECC;
}
</style>