Shades of Pacific Blue #168AC6
Tints of Pacific Blue #168AC6
RGB
CMYK
RGB Variations
Color information
#168AC6 (or 0x168AC6) is known color: Pacific Blue. HEX triplet: 16, 8A and C6. RGB value is (22,138,198). Sum of RGB (Red+Green+Blue) = 22+138+198=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #168AC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168AC6 is #E97539. Grayscale: #6D6D6D. Windows color (decimal): -15299898 or 13011478. OLE color: 13011478.
HSL color Cylindrical-coordinate representation of color #168AC6: hue angle of 200.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168AC6 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 138 | 198 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.22 |
| HSL | 200.45º | 0.8% | 0.43% | - |
| HSV(B) | 200.45º | 0.89% | 0.78% | - |
| XYZ | 19.61 | 22.42 | 56.72 | - |
| YUV | 110.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 198 | 0.89 | 0.30 | 0 | 0.22 | 200.45 | 0.8 | 0.43 |
| Hex | 16 | 8A | C6 | 59 | 1E | 0 | 16 | C8 | 50 | 2B |
| Octal | 26 | 212 | 306 | 131 | 36 | 0 | 26 | 310 | 120 | 53 |
| Binary | 10110 | 10001010 | 11000110 | 1011001 | 11110 | 0 | 10110 | 11001000 | 1010000 | 101011 |
Color Harmonies of #168AC6
Complementary color
Monochromatic Colors of #168AC6
Black with #168AC6
Text Example
Text Example
White with #168AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AC6; }
p { color: rgb(22,138,198); }
H1.HeaderClassName
{
color: #168AC6;
}
.AnyTagClassName
{
color: #168AC6;
}
</style>
background-color css
<style>
a { background-color: #168AC6; }
a { background-color: rgb(22,138,198); }
div.DivClassName
{
background-color: #168AC6;
}
.BgClassName
{
background-color: #168AC6;
}
</style>
border-color css
<style>
span { border-color: #168AC6; }
span { border-color: rgb(22,138,198); }
td.TdClassName
{
border-color: #168AC6;
}
.TagClassName
{
border-color: #168AC6;
}
</style>