#809EAE

Color #809EAE Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #809EAE

Tints of Bali Hai #809EAE

Color information

#809EAE (or 0x809EAE) is unknown color: approx Bali Hai. HEX triplet: 80, 9E and AE. RGB value is (128,158,174). Sum of RGB (Red+Green+Blue) = 128+158+174=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #809EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809EAE is #7F6151. Grayscale: #969696. Windows color (decimal): -8347986 or 11443840. OLE color: 11443840.

HSL color Cylindrical-coordinate representation of color #809EAE: hue angle of 200.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809EAE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128158174-
CMYK0.260.0900.32
HSL200.87º22.12%59.22%-
HSV(B)200.87º26.44%68.24%-
XYZ28.7732.144.72-
YUV150.85141.06111.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=27.83%
G=34.35%
B=37.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281581740.260.0900.32200.8722.1259.22
Hex809EAE1A9020c9163b
Octal20023625632110403112673
Binary10000000100111101010111011010100101000001100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809EAE; }

 p { color: rgb(128,158,174); }

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

<style>
 a { background-color: #809EAE; }

 a { background-color: rgb(128,158,174); }

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

<style>
 span { border-color: #809EAE; }

 span { border-color: rgb(128,158,174); }

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