#169EBF

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

Shades of Pelorous #169EBF

Tints of Pelorous #169EBF

Color information

#169EBF (or 0x169EBF) is unknown color: approx Pelorous. HEX triplet: 16, 9E and BF. RGB value is (22,158,191). Sum of RGB (Red+Green+Blue) = 22+158+191=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #169EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EBF is #E96140. Grayscale: #787878. Windows color (decimal): -15294785 or 12557846. OLE color: 12557846.

HSL color Cylindrical-coordinate representation of color #169EBF: hue angle of 191.72º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169EBF is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22158191-
CMYK0.880.1700.25
HSL191.72º79.34%41.76%-
HSV(B)191.72º88.48%74.9%-
XYZ21.9628.3953.61-
YUV121.1167.4457.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.93%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 191 (75% from 255) = 51.48%
R=5.93%
G=42.59%
B=51.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221581910.880.1700.25191.7279.3441.76
Hex169EBF5811019c04f2a
Octal262362771302103130011752
Binary101101001111010111111101100010001011001110000001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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