Shades of Pacific Blue #168ECE
Tints of Pacific Blue #168ECE
RGB
CMYK
RGB Variations
Color information
#168ECE (or 0x168ECE) is known color: Pacific Blue. HEX triplet: 16, 8E and CE. RGB value is (22,142,206). Sum of RGB (Red+Green+Blue) = 22+142+206=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #168ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ECE is #E97131. Grayscale: #717171. Windows color (decimal): -15298866 or 13536790. OLE color: 13536790.
HSL color Cylindrical-coordinate representation of color #168ECE: hue angle of 200.87º degrees, saturation: 0.81, 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 #168ECE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 142 | 206 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.19 |
| HSL | 200.87º | 0.81% | 0.45% | - |
| HSV(B) | 200.87º | 0.89% | 0.81% | - |
| XYZ | 21.14 | 23.97 | 61.91 | - |
| YUV | 113.42 | 180.24 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 206 | 0.89 | 0.31 | 0 | 0.19 | 200.87 | 0.81 | 0.45 |
| Hex | 16 | 8E | CE | 59 | 1F | 0 | 13 | C9 | 51 | 2D |
| Octal | 26 | 216 | 316 | 131 | 37 | 0 | 23 | 311 | 121 | 55 |
| Binary | 10110 | 10001110 | 11001110 | 1011001 | 11111 | 0 | 10011 | 11001001 | 1010001 | 101101 |
Color Harmonies of #168ECE
Complementary color
Monochromatic Colors of #168ECE
Black with #168ECE
Text Example
Text Example
White with #168ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ECE; }
p { color: rgb(22,142,206); }
H1.HeaderClassName
{
color: #168ECE;
}
.AnyTagClassName
{
color: #168ECE;
}
</style>
background-color css
<style>
a { background-color: #168ECE; }
a { background-color: rgb(22,142,206); }
div.DivClassName
{
background-color: #168ECE;
}
.BgClassName
{
background-color: #168ECE;
}
</style>
border-color css
<style>
span { border-color: #168ECE; }
span { border-color: rgb(22,142,206); }
td.TdClassName
{
border-color: #168ECE;
}
.TagClassName
{
border-color: #168ECE;
}
</style>