Shades of Pacific Blue #168ACE
Tints of Pacific Blue #168ACE
RGB
CMYK
RGB Variations
Color information
#168ACE (or 0x168ACE) is known color: Pacific Blue. HEX triplet: 16, 8A and CE. RGB value is (22,138,206). Sum of RGB (Red+Green+Blue) = 22+138+206=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #168ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ACE is #E97531. Grayscale: #6E6E6E. Windows color (decimal): -15299890 or 13535766. OLE color: 13535766.
HSL color Cylindrical-coordinate representation of color #168ACE: hue angle of 202.17º 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 #168ACE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 138 | 206 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.19 |
| HSL | 202.17º | 0.81% | 0.45% | - |
| HSV(B) | 202.17º | 0.89% | 0.81% | - |
| XYZ | 20.56 | 22.8 | 61.71 | - |
| YUV | 111.07 | 181.57 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 206 | 0.89 | 0.33 | 0 | 0.19 | 202.17 | 0.81 | 0.45 |
| Hex | 16 | 8A | CE | 59 | 21 | 0 | 13 | CA | 51 | 2D |
| Octal | 26 | 212 | 316 | 131 | 41 | 0 | 23 | 312 | 121 | 55 |
| Binary | 10110 | 10001010 | 11001110 | 1011001 | 100001 | 0 | 10011 | 11001010 | 1010001 | 101101 |
Color Harmonies of #168ACE
Complementary color
Monochromatic Colors of #168ACE
Black with #168ACE
Text Example
Text Example
White with #168ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ACE; }
p { color: rgb(22,138,206); }
H1.HeaderClassName
{
color: #168ACE;
}
.AnyTagClassName
{
color: #168ACE;
}
</style>
background-color css
<style>
a { background-color: #168ACE; }
a { background-color: rgb(22,138,206); }
div.DivClassName
{
background-color: #168ACE;
}
.BgClassName
{
background-color: #168ACE;
}
</style>
border-color css
<style>
span { border-color: #168ACE; }
span { border-color: rgb(22,138,206); }
td.TdClassName
{
border-color: #168ACE;
}
.TagClassName
{
border-color: #168ACE;
}
</style>