Shades of Pacific Blue #168AD4
Tints of Pacific Blue #168AD4
RGB
CMYK
RGB Variations
Color information
#168AD4 (or 0x168AD4) is known color: Pacific Blue. HEX triplet: 16, 8A and D4. RGB value is (22,138,212). Sum of RGB (Red+Green+Blue) = 22+138+212=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #168AD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168AD4 is #E9752B. Grayscale: #6F6F6F. Windows color (decimal): -15299884 or 13928982. OLE color: 13928982.
HSL color Cylindrical-coordinate representation of color #168AD4: hue angle of 203.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168AD4 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 138 | 212 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.17 |
| HSL | 203.37º | 0.81% | 0.46% | - |
| HSV(B) | 203.37º | 0.9% | 0.83% | - |
| XYZ | 21.3 | 23.1 | 65.62 | - |
| YUV | 111.75 | 184.57 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 212 | 0.90 | 0.35 | 0 | 0.17 | 203.37 | 0.81 | 0.46 |
| Hex | 16 | 8A | D4 | 5A | 23 | 0 | 11 | CB | 51 | 2E |
| Octal | 26 | 212 | 324 | 132 | 43 | 0 | 21 | 313 | 121 | 56 |
| Binary | 10110 | 10001010 | 11010100 | 1011010 | 100011 | 0 | 10001 | 11001011 | 1010001 | 101110 |
Color Harmonies of #168AD4
Complementary color
Monochromatic Colors of #168AD4
Black with #168AD4
Text Example
Text Example
White with #168AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AD4; }
p { color: rgb(22,138,212); }
H1.HeaderClassName
{
color: #168AD4;
}
.AnyTagClassName
{
color: #168AD4;
}
</style>
background-color css
<style>
a { background-color: #168AD4; }
a { background-color: rgb(22,138,212); }
div.DivClassName
{
background-color: #168AD4;
}
.BgClassName
{
background-color: #168AD4;
}
</style>
border-color css
<style>
span { border-color: #168AD4; }
span { border-color: rgb(22,138,212); }
td.TdClassName
{
border-color: #168AD4;
}
.TagClassName
{
border-color: #168AD4;
}
</style>