#168FCA

Color #168FCA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #168FCA

Tints of Pacific Blue #168FCA

Color information

#168FCA (or 0x168FCA) is unknown color: approx 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

RGB22143202-
CMYK0.890.2900.21
HSL199.67º80.36%43.92%-
HSV(B)199.67º89.11%79.22%-
XYZ20.8124.0859.43-
YUV113.55177.9162.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=5.99%
G=38.96%
B=55.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221432020.890.2900.21199.6780.3643.92
Hex168FCA591D015c8502c
Octal262173121313502531012054
Binary101101000111111001010101100111101010101110010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>