Shades of Pacific Blue #16A6C2
Tints of Pacific Blue #16A6C2
RGB
CMYK
RGB Variations
Color information
#16A6C2 (or 0x16A6C2) is known color: Pacific Blue. HEX triplet: 16, A6 and C2. RGB value is (22,166,194). Sum of RGB (Red+Green+Blue) = 22+166+194=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #16A6C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A6C2 is #E9593D. Grayscale: #7D7D7D. Windows color (decimal): -15292734 or 12756502. OLE color: 12756502.
HSL color Cylindrical-coordinate representation of color #16A6C2: hue angle of 189.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A6C2 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 166 | 194 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.24 |
| HSL | 189.77º | 0.8% | 0.42% | - |
| HSV(B) | 189.77º | 0.89% | 0.76% | - |
| XYZ | 23.7 | 31.34 | 55.84 | - |
| YUV | 126.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 166 | 194 | 0.89 | 0.14 | 0 | 0.24 | 189.77 | 0.8 | 0.42 |
| Hex | 16 | A6 | C2 | 59 | E | 0 | 18 | BE | 50 | 2A |
| Octal | 26 | 246 | 302 | 131 | 16 | 0 | 30 | 276 | 120 | 52 |
| Binary | 10110 | 10100110 | 11000010 | 1011001 | 1110 | 0 | 11000 | 10111110 | 1010000 | 101010 |
Color Harmonies of #16A6C2
Complementary color
Monochromatic Colors of #16A6C2
Black with #16A6C2
Text Example
Text Example
White with #16A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A6C2; }
p { color: rgb(22,166,194); }
H1.HeaderClassName
{
color: #16A6C2;
}
.AnyTagClassName
{
color: #16A6C2;
}
</style>
background-color css
<style>
a { background-color: #16A6C2; }
a { background-color: rgb(22,166,194); }
div.DivClassName
{
background-color: #16A6C2;
}
.BgClassName
{
background-color: #16A6C2;
}
</style>
border-color css
<style>
span { border-color: #16A6C2; }
span { border-color: rgb(22,166,194); }
td.TdClassName
{
border-color: #16A6C2;
}
.TagClassName
{
border-color: #16A6C2;
}
</style>