#809FAE

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

Shades of Bali Hai #809FAE

Tints of Bali Hai #809FAE

Color information

#809FAE (or 0x809FAE) is unknown color: approx Bali Hai. HEX triplet: 80, 9F and AE. RGB value is (128,159,174). Sum of RGB (Red+Green+Blue) = 128+159+174=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #809FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809FAE is #7F6051. Grayscale: #979797. Windows color (decimal): -8347730 or 11444096. OLE color: 11444096.

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

Color convert

RGB128159174-
CMYK0.260.0900.32
HSL199.57º22.12%59.22%-
HSV(B)199.57º26.44%68.24%-
XYZ28.9432.4444.78-
YUV151.44140.73111.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=27.77%
G=34.49%
B=37.74%

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
Decimal1281591740.260.0900.32199.5722.1259.22
Hex809FAE1A9020c8163b
Octal20023725632110403102673
Binary10000000100111111010111011010100101000001100100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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