Shades of Pacific Blue #169ECE
Tints of Pacific Blue #169ECE
RGB
CMYK
RGB Variations
Color information
#169ECE (or 0x169ECE) is known color: Pacific Blue. HEX triplet: 16, 9E and CE. RGB value is (22,158,206). Sum of RGB (Red+Green+Blue) = 22+158+206=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #169ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ECE is #E96131. Grayscale: #7A7A7A. Windows color (decimal): -15294770 or 13540886. OLE color: 13540886.
HSL color Cylindrical-coordinate representation of color #169ECE: hue angle of 195.65º 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 #169ECE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 158 | 206 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.19 |
| HSL | 195.65º | 0.81% | 0.45% | - |
| HSV(B) | 195.65º | 0.89% | 0.81% | - |
| XYZ | 23.7 | 29.08 | 62.76 | - |
| YUV | 122.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 206 | 0.89 | 0.23 | 0 | 0.19 | 195.65 | 0.81 | 0.45 |
| Hex | 16 | 9E | CE | 59 | 17 | 0 | 13 | C4 | 51 | 2D |
| Octal | 26 | 236 | 316 | 131 | 27 | 0 | 23 | 304 | 121 | 55 |
| Binary | 10110 | 10011110 | 11001110 | 1011001 | 10111 | 0 | 10011 | 11000100 | 1010001 | 101101 |
Color Harmonies of #169ECE
Complementary color
Monochromatic Colors of #169ECE
Black with #169ECE
Text Example
Text Example
White with #169ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169ECE; }
p { color: rgb(22,158,206); }
H1.HeaderClassName
{
color: #169ECE;
}
.AnyTagClassName
{
color: #169ECE;
}
</style>
background-color css
<style>
a { background-color: #169ECE; }
a { background-color: rgb(22,158,206); }
div.DivClassName
{
background-color: #169ECE;
}
.BgClassName
{
background-color: #169ECE;
}
</style>
border-color css
<style>
span { border-color: #169ECE; }
span { border-color: rgb(22,158,206); }
td.TdClassName
{
border-color: #169ECE;
}
.TagClassName
{
border-color: #169ECE;
}
</style>