Shades of Pacific Blue #16A2DF
Tints of Pacific Blue #16A2DF
RGB
CMYK
RGB Variations
Color information
#16A2DF (or 0x16A2DF) is known color: Pacific Blue. HEX triplet: 16, A2 and DF. RGB value is (22,162,223). Sum of RGB (Red+Green+Blue) = 22+162+223=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #16A2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A2DF is #E95D20. Grayscale: #7E7E7E. Windows color (decimal): -15293729 or 14656022. OLE color: 14656022.
HSL color Cylindrical-coordinate representation of color #16A2DF: hue angle of 198.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16A2DF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 162 | 223 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.13 |
| HSL | 198.21º | 0.82% | 0.48% | - |
| HSV(B) | 198.21º | 0.9% | 0.87% | - |
| XYZ | 26.57 | 31.34 | 74.46 | - |
| YUV | 127.09 | 182.12 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 223 | 0.90 | 0.27 | 0 | 0.13 | 198.21 | 0.82 | 0.48 |
| Hex | 16 | A2 | DF | 5A | 1B | 0 | D | C6 | 52 | 30 |
| Octal | 26 | 242 | 337 | 132 | 33 | 0 | 15 | 306 | 122 | 60 |
| Binary | 10110 | 10100010 | 11011111 | 1011010 | 11011 | 0 | 1101 | 11000110 | 1010010 | 110000 |
Color Harmonies of #16A2DF
Complementary color
Monochromatic Colors of #16A2DF
Black with #16A2DF
Text Example
Text Example
White with #16A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A2DF; }
p { color: rgb(22,162,223); }
H1.HeaderClassName
{
color: #16A2DF;
}
.AnyTagClassName
{
color: #16A2DF;
}
</style>
background-color css
<style>
a { background-color: #16A2DF; }
a { background-color: rgb(22,162,223); }
div.DivClassName
{
background-color: #16A2DF;
}
.BgClassName
{
background-color: #16A2DF;
}
</style>
border-color css
<style>
span { border-color: #16A2DF; }
span { border-color: rgb(22,162,223); }
td.TdClassName
{
border-color: #16A2DF;
}
.TagClassName
{
border-color: #16A2DF;
}
</style>