#168CA4

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

Shades of Eastern Blue #168CA4

Tints of Eastern Blue #168CA4

Color information

#168CA4 (or 0x168CA4) is unknown color: approx Eastern Blue. HEX triplet: 16, 8C and A4. RGB value is (22,140,164). Sum of RGB (Red+Green+Blue) = 22+140+164=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #168CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168CA4 is #E9735B. Grayscale: #6B6B6B. Windows color (decimal): -15299420 or 10783766. OLE color: 10783766.

HSL color Cylindrical-coordinate representation of color #168CA4: hue angle of 190.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168CA4 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22140164-
CMYK0.870.1500.36
HSL190.14º76.34%36.47%-
HSV(B)190.14º86.59%64.31%-
XYZ16.4121.6138.43-
YUV107.45159.9167.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=6.75%
G=42.94%
B=50.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221401640.870.1500.36190.1476.3436.47
Hex168CA457F024be4c24
Octal262142441271704427611444
Binary101101000110010100100101011111110100100101111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,140,164); }

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

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

 a { background-color: rgb(22,140,164); }

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

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

 span { border-color: rgb(22,140,164); }

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