Shades of Pacific Blue #168BCC
Tints of Pacific Blue #168BCC
RGB
CMYK
RGB Variations
Color information
#168BCC (or 0x168BCC) is known color: Pacific Blue. HEX triplet: 16, 8B and CC. RGB value is (22,139,204). Sum of RGB (Red+Green+Blue) = 22+139+204=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #168BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BCC is #E97433. Grayscale: #6F6F6F. Windows color (decimal): -15299636 or 13404950. OLE color: 13404950.
HSL color Cylindrical-coordinate representation of color #168BCC: hue angle of 201.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168BCC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 139 | 204 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.2 |
| HSL | 201.43º | 0.81% | 0.44% | - |
| HSV(B) | 201.43º | 0.89% | 0.8% | - |
| XYZ | 20.46 | 23 | 60.49 | - |
| YUV | 111.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 204 | 0.89 | 0.32 | 0 | 0.2 | 201.43 | 0.81 | 0.44 |
| Hex | 16 | 8B | CC | 59 | 20 | 0 | 14 | C9 | 51 | 2C |
| Octal | 26 | 213 | 314 | 131 | 40 | 0 | 24 | 311 | 121 | 54 |
| Binary | 10110 | 10001011 | 11001100 | 1011001 | 100000 | 0 | 10100 | 11001001 | 1010001 | 101100 |
Color Harmonies of #168BCC
Complementary color
Monochromatic Colors of #168BCC
Black with #168BCC
Text Example
Text Example
White with #168BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BCC; }
p { color: rgb(22,139,204); }
H1.HeaderClassName
{
color: #168BCC;
}
.AnyTagClassName
{
color: #168BCC;
}
</style>
background-color css
<style>
a { background-color: #168BCC; }
a { background-color: rgb(22,139,204); }
div.DivClassName
{
background-color: #168BCC;
}
.BgClassName
{
background-color: #168BCC;
}
</style>
border-color css
<style>
span { border-color: #168BCC; }
span { border-color: rgb(22,139,204); }
td.TdClassName
{
border-color: #168BCC;
}
.TagClassName
{
border-color: #168BCC;
}
</style>