Html Css Color HEX #80A4BA Bali Hai

📋 copy color: '#80A4BA'

red 128 ◦ green 164 ◦ blue 186

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

Shades of Bali Hai #80A4BA

Tints of Bali Hai #80A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 26.78%
G = 34.31%
B = 38.91%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A4BA (or 0x80A4BA) is known color: Bali Hai. HEX triplet: 80, A4 and BA. RGB value is (128,164,186). Sum of RGB (Red+Green+Blue) = 128+164+186=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4BA is #7F5B45. Grayscale: #9B9B9B. Windows color (decimal): -8346438 or 12231808. OLE color: 12231808.

HSL color Cylindrical-coordinate representation of color #80A4BA: hue angle of 202.76º 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 #80A4BA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 164 186 -
CMYK 0.31 0.12 0 0.27
HSL 202.76º 0.3% 0.62% -
HSV(B) 202.76º 0.31% 0.73% -
XYZ 31.04 34.69 51.51 -
YUV 155.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 128 164 186 0.31 0.12 0 0.27 202.76 0.3 0.62
Hex 80 A4 BA 1F C 0 1B CB 1E 3E
Octal 200 244 272 37 14 0 33 313 36 76
Binary 10000000 10100100 10111010 11111 1100 0 11011 11001011 11110 111110

Color Harmonies of #80A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A4BA

Black with #80A4BA

Text Example


Text Example

White with #80A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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