#80A5B3

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

Shades of Bali Hai #80A5B3

Tints of Bali Hai #80A5B3

Color information

#80A5B3 (or 0x80A5B3) is unknown color: approx Bali Hai. HEX triplet: 80, A5 and B3. RGB value is (128,165,179). Sum of RGB (Red+Green+Blue) = 128+165+179=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #80A5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5B3 is #7F5A4C. Grayscale: #9B9B9B. Windows color (decimal): -8346189 or 11773312. OLE color: 11773312.

HSL color Cylindrical-coordinate representation of color #80A5B3: hue angle of 196.47º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A5B3 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128165179-
CMYK0.280.0800.30
HSL196.47º25.12%60.2%-
HSV(B)196.47º28.49%70.2%-
XYZ30.4934.7547.75-
YUV155.53141.24108.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=27.12%
G=34.96%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281651790.280.0800.30196.4725.1260.2
Hex80A5B31C801Ec4193c
Octal20024526334100363043174
Binary1000000010100101101100111110010000111101100010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,179); }

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

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

 a { background-color: rgb(128,165,179); }

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

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

 span { border-color: rgb(128,165,179); }

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