#168ECA

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

Shades of Pacific Blue #168ECA

Tints of Pacific Blue #168ECA

Color information

#168ECA (or 0x168ECA) is unknown color: approx Pacific Blue. HEX triplet: 16, 8E and CA. RGB value is (22,142,202). Sum of RGB (Red+Green+Blue) = 22+142+202=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #168ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ECA is #E97135. Grayscale: #707070. Windows color (decimal): -15298870 or 13274646. OLE color: 13274646.

HSL color Cylindrical-coordinate representation of color #168ECA: hue angle of 200º 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 #168ECA is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22142202-
CMYK0.890.3000.21
HSL200º80.36%43.92%-
HSV(B)200º89.11%79.22%-
XYZ20.6623.7859.38-
YUV112.96178.2463.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.01%
GREEN value IS 142 (55.86% from 255) = 38.80%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=6.01%
G=38.80%
B=55.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221422020.890.3000.2120080.3643.92
Hex168ECA591E015c8502c
Octal262163121313602531012054
Binary101101000111011001010101100111110010101110010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168ECA; }

 p { color: rgb(22,142,202); }

 H1.HeaderClassName
 {
   color: #168ECA;
 }
 .AnyTagClassName
 {
   color: #168ECA;
 }
</style>
background-color css

<style>
 a { background-color: #168ECA; }

 a { background-color: rgb(22,142,202); }

 div.DivClassName
 {
   background-color: #168ECA;
 }
 .BgClassName
 {
   background-color: #168ECA;
 }
</style>
border-color css

<style>
 span { border-color: #168ECA; }

 span { border-color: rgb(22,142,202); }

 td.TdClassName
 {
   border-color: #168ECA;
 }
 .TagClassName
 {
   border-color: #168ECA;
 }
</style>