Shades of Pacific Blue #168BD1
Tints of Pacific Blue #168BD1
RGB
CMYK
RGB Variations
Color information
#168BD1 (or 0x168BD1) is known color: Pacific Blue. HEX triplet: 16, 8B and D1. RGB value is (22,139,209). Sum of RGB (Red+Green+Blue) = 22+139+209=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #168BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BD1 is #E9742E. Grayscale: #6F6F6F. Windows color (decimal): -15299631 or 13732630. OLE color: 13732630.
HSL color Cylindrical-coordinate representation of color #168BD1: hue angle of 202.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168BD1 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 139 | 209 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.18 |
| HSL | 202.46º | 0.81% | 0.45% | - |
| HSV(B) | 202.46º | 0.89% | 0.82% | - |
| XYZ | 21.07 | 23.24 | 63.7 | - |
| YUV | 112 | 182.74 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 209 | 0.89 | 0.33 | 0 | 0.18 | 202.46 | 0.81 | 0.45 |
| Hex | 16 | 8B | D1 | 59 | 21 | 0 | 12 | CA | 51 | 2D |
| Octal | 26 | 213 | 321 | 131 | 41 | 0 | 22 | 312 | 121 | 55 |
| Binary | 10110 | 10001011 | 11010001 | 1011001 | 100001 | 0 | 10010 | 11001010 | 1010001 | 101101 |
Color Harmonies of #168BD1
Complementary color
Monochromatic Colors of #168BD1
Black with #168BD1
Text Example
Text Example
White with #168BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BD1; }
p { color: rgb(22,139,209); }
H1.HeaderClassName
{
color: #168BD1;
}
.AnyTagClassName
{
color: #168BD1;
}
</style>
background-color css
<style>
a { background-color: #168BD1; }
a { background-color: rgb(22,139,209); }
div.DivClassName
{
background-color: #168BD1;
}
.BgClassName
{
background-color: #168BD1;
}
</style>
border-color css
<style>
span { border-color: #168BD1; }
span { border-color: rgb(22,139,209); }
td.TdClassName
{
border-color: #168BD1;
}
.TagClassName
{
border-color: #168BD1;
}
</style>