Shades of Pacific Blue #168BC7
Tints of Pacific Blue #168BC7
RGB
CMYK
RGB Variations
Color information
#168BC7 (or 0x168BC7) is known color: Pacific Blue. HEX triplet: 16, 8B and C7. RGB value is (22,139,199). Sum of RGB (Red+Green+Blue) = 22+139+199=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #168BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BC7 is #E97438. Grayscale: #6E6E6E. Windows color (decimal): -15299641 or 13077270. OLE color: 13077270.
HSL color Cylindrical-coordinate representation of color #168BC7: hue angle of 200.34º 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 #168BC7 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 139 | 199 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.22 |
| HSL | 200.34º | 0.8% | 0.43% | - |
| HSV(B) | 200.34º | 0.89% | 0.78% | - |
| XYZ | 19.87 | 22.76 | 57.38 | - |
| YUV | 110.86 | 177.74 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 199 | 0.89 | 0.30 | 0 | 0.22 | 200.34 | 0.8 | 0.43 |
| Hex | 16 | 8B | C7 | 59 | 1E | 0 | 16 | C8 | 50 | 2B |
| Octal | 26 | 213 | 307 | 131 | 36 | 0 | 26 | 310 | 120 | 53 |
| Binary | 10110 | 10001011 | 11000111 | 1011001 | 11110 | 0 | 10110 | 11001000 | 1010000 | 101011 |
Color Harmonies of #168BC7
Complementary color
Monochromatic Colors of #168BC7
Black with #168BC7
Text Example
Text Example
White with #168BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BC7; }
p { color: rgb(22,139,199); }
H1.HeaderClassName
{
color: #168BC7;
}
.AnyTagClassName
{
color: #168BC7;
}
</style>
background-color css
<style>
a { background-color: #168BC7; }
a { background-color: rgb(22,139,199); }
div.DivClassName
{
background-color: #168BC7;
}
.BgClassName
{
background-color: #168BC7;
}
</style>
border-color css
<style>
span { border-color: #168BC7; }
span { border-color: rgb(22,139,199); }
td.TdClassName
{
border-color: #168BC7;
}
.TagClassName
{
border-color: #168BC7;
}
</style>