Html Css Color HEX #80A0BA Bali Hai

📋 copy color: '#80A0BA'

red 128 ◦ green 160 ◦ blue 186

#80A0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #80A0BA

Tints of Bali Hai #80A0BA

RGB

 RED value IS 128 (50.39% from 255) = 27%

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 27%
G = 33.76%
B = 39.24%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A0BA (or 0x80A0BA) is known color: Bali Hai. HEX triplet: 80, A0 and BA. RGB value is (128,160,186). Sum of RGB (Red+Green+Blue) = 128+160+186=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0BA is #7F5F45. Grayscale: #999999. Windows color (decimal): -8347462 or 12230784. OLE color: 12230784.

HSL color Cylindrical-coordinate representation of color #80A0BA: hue angle of 206.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80A0BA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 160 186 -
CMYK 0.31 0.14 0 0.27
HSL 206.9º 0.3% 0.62% -
HSV(B) 206.9º 0.31% 0.73% -
XYZ 30.34 33.28 51.28 -
YUV 153.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 128 160 186 0.31 0.14 0 0.27 206.9 0.3 0.62
Hex 80 A0 BA 1F E 0 1B CF 1E 3E
Octal 200 240 272 37 16 0 33 317 36 76
Binary 10000000 10100000 10111010 11111 1110 0 11011 11001111 11110 111110

Color Harmonies of #80A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A0BA

Black with #80A0BA

Text Example


Text Example

White with #80A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,160,186); }

 H1.HeaderClassName
 {
   color: #80A0BA;
 }
 .AnyTagClassName
 {
   color: #80A0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(128,160,186); }

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

border-color css

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

 span { border-color: rgb(128,160,186); }

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