Shades of Pacific Blue #16A3CA
Tints of Pacific Blue #16A3CA
RGB
CMYK
RGB Variations
Color information
#16A3CA (or 0x16A3CA) is known color: Pacific Blue. HEX triplet: 16, A3 and CA. RGB value is (22,163,202). Sum of RGB (Red+Green+Blue) = 22+163+202=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #16A3CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A3CA is #E95C35. Grayscale: #7C7C7C. Windows color (decimal): -15293494 or 13280022. OLE color: 13280022.
HSL color Cylindrical-coordinate representation of color #16A3CA: hue angle of 193º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A3CA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 163 | 202 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.21 |
| HSL | 193º | 0.8% | 0.44% | - |
| HSV(B) | 193º | 0.89% | 0.79% | - |
| XYZ | 24.09 | 30.63 | 60.52 | - |
| YUV | 125.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 202 | 0.89 | 0.19 | 0 | 0.21 | 193 | 0.8 | 0.44 |
| Hex | 16 | A3 | CA | 59 | 13 | 0 | 15 | C1 | 50 | 2C |
| Octal | 26 | 243 | 312 | 131 | 23 | 0 | 25 | 301 | 120 | 54 |
| Binary | 10110 | 10100011 | 11001010 | 1011001 | 10011 | 0 | 10101 | 11000001 | 1010000 | 101100 |
Color Harmonies of #16A3CA
Complementary color
Monochromatic Colors of #16A3CA
Black with #16A3CA
Text Example
Text Example
White with #16A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A3CA; }
p { color: rgb(22,163,202); }
H1.HeaderClassName
{
color: #16A3CA;
}
.AnyTagClassName
{
color: #16A3CA;
}
</style>
background-color css
<style>
a { background-color: #16A3CA; }
a { background-color: rgb(22,163,202); }
div.DivClassName
{
background-color: #16A3CA;
}
.BgClassName
{
background-color: #16A3CA;
}
</style>
border-color css
<style>
span { border-color: #16A3CA; }
span { border-color: rgb(22,163,202); }
td.TdClassName
{
border-color: #16A3CA;
}
.TagClassName
{
border-color: #16A3CA;
}
</style>