Shades of Pacific Blue #168DD4
Tints of Pacific Blue #168DD4
RGB
CMYK
RGB Variations
Color information
#168DD4 (or 0x168DD4) is known color: Pacific Blue. HEX triplet: 16, 8D and D4. RGB value is (22,141,212). Sum of RGB (Red+Green+Blue) = 22+141+212=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #168DD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DD4 is #E9722B. Grayscale: #717171. Windows color (decimal): -15299116 or 13929750. OLE color: 13929750.
HSL color Cylindrical-coordinate representation of color #168DD4: hue angle of 202.42º 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 #168DD4 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 141 | 212 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.17 |
| HSL | 202.42º | 0.81% | 0.46% | - |
| HSV(B) | 202.42º | 0.9% | 0.83% | - |
| XYZ | 21.74 | 23.97 | 65.77 | - |
| YUV | 113.51 | 183.58 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 212 | 0.90 | 0.33 | 0 | 0.17 | 202.42 | 0.81 | 0.46 |
| Hex | 16 | 8D | D4 | 5A | 21 | 0 | 11 | CA | 51 | 2E |
| Octal | 26 | 215 | 324 | 132 | 41 | 0 | 21 | 312 | 121 | 56 |
| Binary | 10110 | 10001101 | 11010100 | 1011010 | 100001 | 0 | 10001 | 11001010 | 1010001 | 101110 |
Color Harmonies of #168DD4
Complementary color
Monochromatic Colors of #168DD4
Black with #168DD4
Text Example
Text Example
White with #168DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DD4; }
p { color: rgb(22,141,212); }
H1.HeaderClassName
{
color: #168DD4;
}
.AnyTagClassName
{
color: #168DD4;
}
</style>
background-color css
<style>
a { background-color: #168DD4; }
a { background-color: rgb(22,141,212); }
div.DivClassName
{
background-color: #168DD4;
}
.BgClassName
{
background-color: #168DD4;
}
</style>
border-color css
<style>
span { border-color: #168DD4; }
span { border-color: rgb(22,141,212); }
td.TdClassName
{
border-color: #168DD4;
}
.TagClassName
{
border-color: #168DD4;
}
</style>