Shades of Pacific Blue #168BC8
Tints of Pacific Blue #168BC8
RGB
CMYK
RGB Variations
Color information
#168BC8 (or 0x168BC8) is known color: Pacific Blue. HEX triplet: 16, 8B and C8. RGB value is (22,139,200). Sum of RGB (Red+Green+Blue) = 22+139+200=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #168BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BC8 is #E97437. Grayscale: #6E6E6E. Windows color (decimal): -15299640 or 13142806. OLE color: 13142806.
HSL color Cylindrical-coordinate representation of color #168BC8: hue angle of 200.56º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168BC8 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 139 | 200 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.22 |
| HSL | 200.56º | 0.8% | 0.44% | - |
| HSV(B) | 200.56º | 0.89% | 0.78% | - |
| XYZ | 19.99 | 22.81 | 57.99 | - |
| YUV | 110.97 | 178.24 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 200 | 0.89 | 0.30 | 0 | 0.22 | 200.56 | 0.8 | 0.44 |
| Hex | 16 | 8B | C8 | 59 | 1E | 0 | 16 | C9 | 50 | 2C |
| Octal | 26 | 213 | 310 | 131 | 36 | 0 | 26 | 311 | 120 | 54 |
| Binary | 10110 | 10001011 | 11001000 | 1011001 | 11110 | 0 | 10110 | 11001001 | 1010000 | 101100 |
Color Harmonies of #168BC8
Complementary color
Monochromatic Colors of #168BC8
Black with #168BC8
Text Example
Text Example
White with #168BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BC8; }
p { color: rgb(22,139,200); }
H1.HeaderClassName
{
color: #168BC8;
}
.AnyTagClassName
{
color: #168BC8;
}
</style>
background-color css
<style>
a { background-color: #168BC8; }
a { background-color: rgb(22,139,200); }
div.DivClassName
{
background-color: #168BC8;
}
.BgClassName
{
background-color: #168BC8;
}
</style>
border-color css
<style>
span { border-color: #168BC8; }
span { border-color: rgb(22,139,200); }
td.TdClassName
{
border-color: #168BC8;
}
.TagClassName
{
border-color: #168BC8;
}
</style>