#169AB3

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

Shades of Pelorous #169AB3

Tints of Pelorous #169AB3

Color information

#169AB3 (or 0x169AB3) is unknown color: approx Pelorous. HEX triplet: 16, 9A and B3. RGB value is (22,154,179). Sum of RGB (Red+Green+Blue) = 22+154+179=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #169AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169AB3 is #E9654C. Grayscale: #757575. Windows color (decimal): -15295821 or 11770390. OLE color: 11770390.

HSL color Cylindrical-coordinate representation of color #169AB3: hue angle of 189.55º 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 #169AB3 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB22154179-
CMYK0.880.1400.30
HSL189.55º78.11%39.41%-
HSV(B)189.55º87.71%70.2%-
XYZ20.0226.5446.71-
YUV117.38162.7759.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.20%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=6.20%
G=43.38%
B=50.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221541790.880.1400.30189.5578.1139.41
Hex169AB358E01Ebe4e27
Octal262322631301603627611647
Binary10110100110101011001110110001110011110101111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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