Shades of Pacific Blue #168BD5
Tints of Pacific Blue #168BD5
RGB
CMYK
RGB Variations
Color information
#168BD5 (or 0x168BD5) is known color: Pacific Blue. HEX triplet: 16, 8B and D5. RGB value is (22,139,213). Sum of RGB (Red+Green+Blue) = 22+139+213=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #168BD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BD5 is #E9742A. Grayscale: #707070. Windows color (decimal): -15299627 or 13994774. OLE color: 13994774.
HSL color Cylindrical-coordinate representation of color #168BD5: hue angle of 203.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168BD5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 139 | 213 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.16 |
| HSL | 203.25º | 0.81% | 0.46% | - |
| HSV(B) | 203.25º | 0.9% | 0.84% | - |
| XYZ | 21.57 | 23.44 | 66.34 | - |
| YUV | 112.45 | 184.74 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 213 | 0.90 | 0.35 | 0 | 0.16 | 203.25 | 0.81 | 0.46 |
| Hex | 16 | 8B | D5 | 5A | 23 | 0 | 10 | CB | 51 | 2E |
| Octal | 26 | 213 | 325 | 132 | 43 | 0 | 20 | 313 | 121 | 56 |
| Binary | 10110 | 10001011 | 11010101 | 1011010 | 100011 | 0 | 10000 | 11001011 | 1010001 | 101110 |
Color Harmonies of #168BD5
Complementary color
Monochromatic Colors of #168BD5
Black with #168BD5
Text Example
Text Example
White with #168BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BD5; }
p { color: rgb(22,139,213); }
H1.HeaderClassName
{
color: #168BD5;
}
.AnyTagClassName
{
color: #168BD5;
}
</style>
background-color css
<style>
a { background-color: #168BD5; }
a { background-color: rgb(22,139,213); }
div.DivClassName
{
background-color: #168BD5;
}
.BgClassName
{
background-color: #168BD5;
}
</style>
border-color css
<style>
span { border-color: #168BD5; }
span { border-color: rgb(22,139,213); }
td.TdClassName
{
border-color: #168BD5;
}
.TagClassName
{
border-color: #168BD5;
}
</style>