#169FB4

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

Shades of Pelorous #169FB4

Tints of Pelorous #169FB4

Color information

#169FB4 (or 0x169FB4) is unknown color: approx Pelorous. HEX triplet: 16, 9F and B4. RGB value is (22,159,180). Sum of RGB (Red+Green+Blue) = 22+159+180=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #169FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169FB4 is #E9604B. Grayscale: #787878. Windows color (decimal): -15294540 or 11837206. OLE color: 11837206.

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

Color convert

RGB22159180-
CMYK0.880.1200.29
HSL187.97º78.22%39.61%-
HSV(B)187.97º87.78%70.59%-
XYZ20.9728.2647.53-
YUV120.43161.6157.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=6.09%
G=44.04%
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.29
SystemRedGreenBlueCMYKHSL
Decimal221591800.880.1200.29187.9778.2239.61
Hex169FB458C01Dbc4e28
Octal262372641301403527411650
Binary10110100111111011010010110001100011101101111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,159,180); }

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

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

 a { background-color: rgb(22,159,180); }

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

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

 span { border-color: rgb(22,159,180); }

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