Shades of Pacific Blue #169ACE
Tints of Pacific Blue #169ACE
RGB
CMYK
RGB Variations
Color information
#169ACE (or 0x169ACE) is known color: Pacific Blue. HEX triplet: 16, 9A and CE. RGB value is (22,154,206). Sum of RGB (Red+Green+Blue) = 22+154+206=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #169ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ACE is #E96531. Grayscale: #787878. Windows color (decimal): -15295794 or 13539862. OLE color: 13539862.
HSL color Cylindrical-coordinate representation of color #169ACE: hue angle of 196.96º 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 #169ACE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 154 | 206 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.19 |
| HSL | 196.96º | 0.81% | 0.45% | - |
| HSV(B) | 196.96º | 0.89% | 0.81% | - |
| XYZ | 23.03 | 27.74 | 62.53 | - |
| YUV | 120.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 154 | 206 | 0.89 | 0.25 | 0 | 0.19 | 196.96 | 0.81 | 0.45 |
| Hex | 16 | 9A | CE | 59 | 19 | 0 | 13 | C5 | 51 | 2D |
| Octal | 26 | 232 | 316 | 131 | 31 | 0 | 23 | 305 | 121 | 55 |
| Binary | 10110 | 10011010 | 11001110 | 1011001 | 11001 | 0 | 10011 | 11000101 | 1010001 | 101101 |
Color Harmonies of #169ACE
Complementary color
Monochromatic Colors of #169ACE
Black with #169ACE
Text Example
Text Example
White with #169ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169ACE; }
p { color: rgb(22,154,206); }
H1.HeaderClassName
{
color: #169ACE;
}
.AnyTagClassName
{
color: #169ACE;
}
</style>
background-color css
<style>
a { background-color: #169ACE; }
a { background-color: rgb(22,154,206); }
div.DivClassName
{
background-color: #169ACE;
}
.BgClassName
{
background-color: #169ACE;
}
</style>
border-color css
<style>
span { border-color: #169ACE; }
span { border-color: rgb(22,154,206); }
td.TdClassName
{
border-color: #169ACE;
}
.TagClassName
{
border-color: #169ACE;
}
</style>