#809DAB

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

Shades of Bali Hai #809DAB

Tints of Bali Hai #809DAB

Color information

#809DAB (or 0x809DAB) is unknown color: approx Bali Hai. HEX triplet: 80, 9D and AB. RGB value is (128,157,171). Sum of RGB (Red+Green+Blue) = 128+157+171=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #809DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAB is #7F6254. Grayscale: #959595. Windows color (decimal): -8348245 or 11246976. OLE color: 11246976.

HSL color Cylindrical-coordinate representation of color #809DAB: hue angle of 199.53º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809DAB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128157171-
CMYK0.250.0800.33
HSL199.53º20.38%58.63%-
HSV(B)199.53º25.15%67.06%-
XYZ28.3131.6443.14-
YUV149.92139.89112.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=28.07%
G=34.43%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281571710.250.0800.33199.5320.3858.63
Hex809DAB198021c8143b
Octal20023525331100413102473
Binary10000000100111011010101111001100001000011100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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