Shades of Pacific Blue #168FCA
Tints of Pacific Blue #168FCA
RGB
CMYK
RGB Variations
Color information
#168FCA (or 0x168FCA) is known color: Pacific Blue. HEX triplet: 16, 8F and CA. RGB value is (22,143,202). Sum of RGB (Red+Green+Blue) = 22+143+202=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #168FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168FCA is #E97035. Grayscale: #717171. Windows color (decimal): -15298614 or 13274902. OLE color: 13274902.
HSL color Cylindrical-coordinate representation of color #168FCA: hue angle of 199.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 #168FCA is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 143 | 202 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.21 |
| HSL | 199.67º | 0.8% | 0.44% | - |
| HSV(B) | 199.67º | 0.89% | 0.79% | - |
| XYZ | 20.81 | 24.08 | 59.43 | - |
| YUV | 113.55 | 177.91 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 202 | 0.89 | 0.29 | 0 | 0.21 | 199.67 | 0.8 | 0.44 |
| Hex | 16 | 8F | CA | 59 | 1D | 0 | 15 | C8 | 50 | 2C |
| Octal | 26 | 217 | 312 | 131 | 35 | 0 | 25 | 310 | 120 | 54 |
| Binary | 10110 | 10001111 | 11001010 | 1011001 | 11101 | 0 | 10101 | 11001000 | 1010000 | 101100 |
Color Harmonies of #168FCA
Complementary color
Monochromatic Colors of #168FCA
Black with #168FCA
Text Example
Text Example
White with #168FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FCA; }
p { color: rgb(22,143,202); }
H1.HeaderClassName
{
color: #168FCA;
}
.AnyTagClassName
{
color: #168FCA;
}
</style>
background-color css
<style>
a { background-color: #168FCA; }
a { background-color: rgb(22,143,202); }
div.DivClassName
{
background-color: #168FCA;
}
.BgClassName
{
background-color: #168FCA;
}
</style>
border-color css
<style>
span { border-color: #168FCA; }
span { border-color: rgb(22,143,202); }
td.TdClassName
{
border-color: #168FCA;
}
.TagClassName
{
border-color: #168FCA;
}
</style>