#809DAE

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

Shades of Bali Hai #809DAE

Tints of Bali Hai #809DAE

Color information

#809DAE (or 0x809DAE) is unknown color: approx Bali Hai. HEX triplet: 80, 9D and AE. RGB value is (128,157,174). Sum of RGB (Red+Green+Blue) = 128+157+174=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #809DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAE is #7F6251. Grayscale: #969696. Windows color (decimal): -8348242 or 11443584. OLE color: 11443584.

HSL color Cylindrical-coordinate representation of color #809DAE: hue angle of 202.17º 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 #809DAE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128157174-
CMYK0.260.1000.32
HSL202.17º22.12%59.22%-
HSV(B)202.17º26.44%68.24%-
XYZ28.631.7644.67-
YUV150.27141.39112.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=27.89%
G=34.20%
B=37.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281571740.260.1000.32202.1722.1259.22
Hex809DAE1AA020ca163b
Octal20023525632120403122673
Binary10000000100111011010111011010101001000001100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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