Shades of Pacific Blue #168BCE
Tints of Pacific Blue #168BCE
RGB
CMYK
RGB Variations
Color information
#168BCE (or 0x168BCE) is known color: Pacific Blue. HEX triplet: 16, 8B and CE. RGB value is (22,139,206). Sum of RGB (Red+Green+Blue) = 22+139+206=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #168BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BCE is #E97431. Grayscale: #6F6F6F. Windows color (decimal): -15299634 or 13536022. OLE color: 13536022.
HSL color Cylindrical-coordinate representation of color #168BCE: hue angle of 201.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168BCE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 139 | 206 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.19 |
| HSL | 201.85º | 0.81% | 0.45% | - |
| HSV(B) | 201.85º | 0.89% | 0.81% | - |
| XYZ | 20.7 | 23.09 | 61.76 | - |
| YUV | 111.66 | 181.24 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 206 | 0.89 | 0.33 | 0 | 0.19 | 201.85 | 0.81 | 0.45 |
| Hex | 16 | 8B | CE | 59 | 21 | 0 | 13 | CA | 51 | 2D |
| Octal | 26 | 213 | 316 | 131 | 41 | 0 | 23 | 312 | 121 | 55 |
| Binary | 10110 | 10001011 | 11001110 | 1011001 | 100001 | 0 | 10011 | 11001010 | 1010001 | 101101 |
Color Harmonies of #168BCE
Complementary color
Monochromatic Colors of #168BCE
Black with #168BCE
Text Example
Text Example
White with #168BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BCE; }
p { color: rgb(22,139,206); }
H1.HeaderClassName
{
color: #168BCE;
}
.AnyTagClassName
{
color: #168BCE;
}
</style>
background-color css
<style>
a { background-color: #168BCE; }
a { background-color: rgb(22,139,206); }
div.DivClassName
{
background-color: #168BCE;
}
.BgClassName
{
background-color: #168BCE;
}
</style>
border-color css
<style>
span { border-color: #168BCE; }
span { border-color: rgb(22,139,206); }
td.TdClassName
{
border-color: #168BCE;
}
.TagClassName
{
border-color: #168BCE;
}
</style>