#80A6B4

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

Shades of Bali Hai #80A6B4

Tints of Bali Hai #80A6B4

Color information

#80A6B4 (or 0x80A6B4) is unknown color: approx Bali Hai. HEX triplet: 80, A6 and B4. RGB value is (128,166,180). Sum of RGB (Red+Green+Blue) = 128+166+180=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #80A6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6B4 is #7F594B. Grayscale: #9C9C9C. Windows color (decimal): -8345932 or 11839104. OLE color: 11839104.

HSL color Cylindrical-coordinate representation of color #80A6B4: hue angle of 196.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80A6B4 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128166180-
CMYK0.290.0800.29
HSL196.15º25.74%60.39%-
HSV(B)196.15º28.89%70.59%-
XYZ30.7835.1648.34-
YUV156.23141.41107.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=27.00%
G=35.02%
B=37.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281661800.290.0800.29196.1525.7460.39
Hex80A6B41D801Dc41a3c
Octal20024626435100353043274
Binary1000000010100110101101001110110000111011100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A6B4; }

 p { color: rgb(128,166,180); }

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

<style>
 a { background-color: #80A6B4; }

 a { background-color: rgb(128,166,180); }

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

<style>
 span { border-color: #80A6B4; }

 span { border-color: rgb(128,166,180); }

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