#168EA9

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

Shades of Pelorous #168EA9

Tints of Pelorous #168EA9

Color information

#168EA9 (or 0x168EA9) is unknown color: approx Pelorous. HEX triplet: 16, 8E and A9. RGB value is (22,142,169). Sum of RGB (Red+Green+Blue) = 22+142+169=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #168EA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168EA9 is #E97156. Grayscale: #6C6C6C. Windows color (decimal): -15298903 or 11111958. OLE color: 11111958.

HSL color Cylindrical-coordinate representation of color #168EA9: hue angle of 191.02º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168EA9 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB22142169-
CMYK0.870.1600.34
HSL191.02º76.96%37.45%-
HSV(B)191.02º86.98%66.27%-
XYZ17.1722.3840.95-
YUV109.2161.7465.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.61%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=6.61%
G=42.64%
B=50.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221421690.870.1600.34191.0276.9637.45
Hex168EA95710022bf4d25
Octal262162511272004227711545
Binary1011010001110101010011010111100000100010101111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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