Shades of Pacific Blue #168AC9
Tints of Pacific Blue #168AC9
RGB
CMYK
RGB Variations
Color information
#168AC9 (or 0x168AC9) is known color: Pacific Blue. HEX triplet: 16, 8A and C9. RGB value is (22,138,201). Sum of RGB (Red+Green+Blue) = 22+138+201=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #168AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168AC9 is #E97536. Grayscale: #6E6E6E. Windows color (decimal): -15299895 or 13208086. OLE color: 13208086.
HSL color Cylindrical-coordinate representation of color #168AC9: hue angle of 201.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168AC9 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 138 | 201 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.21 |
| HSL | 201.12º | 0.8% | 0.44% | - |
| HSV(B) | 201.12º | 0.89% | 0.79% | - |
| XYZ | 19.96 | 22.56 | 58.56 | - |
| YUV | 110.5 | 179.07 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 201 | 0.89 | 0.31 | 0 | 0.21 | 201.12 | 0.8 | 0.44 |
| Hex | 16 | 8A | C9 | 59 | 1F | 0 | 15 | C9 | 50 | 2C |
| Octal | 26 | 212 | 311 | 131 | 37 | 0 | 25 | 311 | 120 | 54 |
| Binary | 10110 | 10001010 | 11001001 | 1011001 | 11111 | 0 | 10101 | 11001001 | 1010000 | 101100 |
Color Harmonies of #168AC9
Complementary color
Monochromatic Colors of #168AC9
Black with #168AC9
Text Example
Text Example
White with #168AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AC9; }
p { color: rgb(22,138,201); }
H1.HeaderClassName
{
color: #168AC9;
}
.AnyTagClassName
{
color: #168AC9;
}
</style>
background-color css
<style>
a { background-color: #168AC9; }
a { background-color: rgb(22,138,201); }
div.DivClassName
{
background-color: #168AC9;
}
.BgClassName
{
background-color: #168AC9;
}
</style>
border-color css
<style>
span { border-color: #168AC9; }
span { border-color: rgb(22,138,201); }
td.TdClassName
{
border-color: #168AC9;
}
.TagClassName
{
border-color: #168AC9;
}
</style>