#169EB3

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

Shades of Pelorous #169EB3

Tints of Pelorous #169EB3

Color information

#169EB3 (or 0x169EB3) is unknown color: approx Pelorous. HEX triplet: 16, 9E and B3. RGB value is (22,158,179). Sum of RGB (Red+Green+Blue) = 22+158+179=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #169EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EB3 is #E9614C. Grayscale: #777777. Windows color (decimal): -15294797 or 11771414. OLE color: 11771414.

HSL color Cylindrical-coordinate representation of color #169EB3: hue angle of 188.03º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169EB3 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB22158179-
CMYK0.880.1200.30
HSL188.03º78.11%39.41%-
HSV(B)188.03º87.71%70.2%-
XYZ20.6927.8846.94-
YUV119.73161.4458.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.13%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=6.13%
G=44.01%
B=49.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221581790.880.1200.30188.0378.1139.41
Hex169EB358C01Ebc4e27
Octal262362631301403627411647
Binary10110100111101011001110110001100011110101111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169EB3; }

 p { color: rgb(22,158,179); }

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

<style>
 a { background-color: #169EB3; }

 a { background-color: rgb(22,158,179); }

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

<style>
 span { border-color: #169EB3; }

 span { border-color: rgb(22,158,179); }

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