#169EBD

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

Shades of Pelorous #169EBD

Tints of Pelorous #169EBD

Color information

#169EBD (or 0x169EBD) is unknown color: approx Pelorous. HEX triplet: 16, 9E and BD. RGB value is (22,158,189). Sum of RGB (Red+Green+Blue) = 22+158+189=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #169EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EBD is #E96142. Grayscale: #787878. Windows color (decimal): -15294787 or 12426774. OLE color: 12426774.

HSL color Cylindrical-coordinate representation of color #169EBD: hue angle of 191.14º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169EBD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22158189-
CMYK0.880.1600.26
HSL191.14º79.15%41.37%-
HSV(B)191.14º88.36%74.12%-
XYZ21.7428.352.46-
YUV120.87166.4457.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.96%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=5.96%
G=42.82%
B=51.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221581890.880.1600.26191.1479.1541.37
Hex169EBD581001Abf4f29
Octal262362751302003227711751
Binary101101001111010111101101100010000011010101111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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