Shades of Pacific Blue #16A4DB
Tints of Pacific Blue #16A4DB
RGB
CMYK
RGB Variations
Color information
#16A4DB (or 0x16A4DB) is known color: Pacific Blue. HEX triplet: 16, A4 and DB. RGB value is (22,164,219). Sum of RGB (Red+Green+Blue) = 22+164+219=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #16A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A4DB is #E95B24. Grayscale: #7F7F7F. Windows color (decimal): -15293221 or 14394390. OLE color: 14394390.
HSL color Cylindrical-coordinate representation of color #16A4DB: hue angle of 196.75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16A4DB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 164 | 219 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.14 |
| HSL | 196.75º | 0.82% | 0.47% | - |
| HSV(B) | 196.75º | 0.9% | 0.86% | - |
| XYZ | 26.39 | 31.84 | 71.77 | - |
| YUV | 127.81 | 179.46 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 219 | 0.90 | 0.25 | 0 | 0.14 | 196.75 | 0.82 | 0.47 |
| Hex | 16 | A4 | DB | 5A | 19 | 0 | E | C5 | 52 | 2F |
| Octal | 26 | 244 | 333 | 132 | 31 | 0 | 16 | 305 | 122 | 57 |
| Binary | 10110 | 10100100 | 11011011 | 1011010 | 11001 | 0 | 1110 | 11000101 | 1010010 | 101111 |
Color Harmonies of #16A4DB
Complementary color
Monochromatic Colors of #16A4DB
Black with #16A4DB
Text Example
Text Example
White with #16A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A4DB; }
p { color: rgb(22,164,219); }
H1.HeaderClassName
{
color: #16A4DB;
}
.AnyTagClassName
{
color: #16A4DB;
}
</style>
background-color css
<style>
a { background-color: #16A4DB; }
a { background-color: rgb(22,164,219); }
div.DivClassName
{
background-color: #16A4DB;
}
.BgClassName
{
background-color: #16A4DB;
}
</style>
border-color css
<style>
span { border-color: #16A4DB; }
span { border-color: rgb(22,164,219); }
td.TdClassName
{
border-color: #16A4DB;
}
.TagClassName
{
border-color: #16A4DB;
}
</style>