Shades of Pacific Blue #168CCA
Tints of Pacific Blue #168CCA
RGB
CMYK
RGB Variations
Color information
#168CCA (or 0x168CCA) is known color: Pacific Blue. HEX triplet: 16, 8C and CA. RGB value is (22,140,202). Sum of RGB (Red+Green+Blue) = 22+140+202=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #168CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CCA is #E97335. Grayscale: #6F6F6F. Windows color (decimal): -15299382 or 13274134. OLE color: 13274134.
HSL color Cylindrical-coordinate representation of color #168CCA: hue angle of 200.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168CCA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 140 | 202 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.21 |
| HSL | 200.67º | 0.8% | 0.44% | - |
| HSV(B) | 200.67º | 0.89% | 0.79% | - |
| XYZ | 20.37 | 23.19 | 59.28 | - |
| YUV | 111.79 | 178.91 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 202 | 0.89 | 0.31 | 0 | 0.21 | 200.67 | 0.8 | 0.44 |
| Hex | 16 | 8C | CA | 59 | 1F | 0 | 15 | C9 | 50 | 2C |
| Octal | 26 | 214 | 312 | 131 | 37 | 0 | 25 | 311 | 120 | 54 |
| Binary | 10110 | 10001100 | 11001010 | 1011001 | 11111 | 0 | 10101 | 11001001 | 1010000 | 101100 |
Color Harmonies of #168CCA
Complementary color
Monochromatic Colors of #168CCA
Black with #168CCA
Text Example
Text Example
White with #168CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CCA; }
p { color: rgb(22,140,202); }
H1.HeaderClassName
{
color: #168CCA;
}
.AnyTagClassName
{
color: #168CCA;
}
</style>
background-color css
<style>
a { background-color: #168CCA; }
a { background-color: rgb(22,140,202); }
div.DivClassName
{
background-color: #168CCA;
}
.BgClassName
{
background-color: #168CCA;
}
</style>
border-color css
<style>
span { border-color: #168CCA; }
span { border-color: rgb(22,140,202); }
td.TdClassName
{
border-color: #168CCA;
}
.TagClassName
{
border-color: #168CCA;
}
</style>