Html Css Color HEX #80A5BA Bali Hai

📋 copy color: '#80A5BA'

red 128 ◦ green 165 ◦ blue 186

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

Shades of Bali Hai #80A5BA

Tints of Bali Hai #80A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 26.72%
G = 34.45%
B = 38.83%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A5BA (or 0x80A5BA) is known color: Bali Hai. HEX triplet: 80, A5 and BA. RGB value is (128,165,186). Sum of RGB (Red+Green+Blue) = 128+165+186=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5BA is #7F5A45. Grayscale: #9C9C9C. Windows color (decimal): -8346182 or 12232064. OLE color: 12232064.

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

Color convert

RGB 128 165 186 -
CMYK 0.31 0.11 0 0.27
HSL 201.72º 0.3% 0.62% -
HSV(B) 201.72º 0.31% 0.73% -
XYZ 31.22 35.04 51.57 -
YUV 156.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 128 165 186 0.31 0.11 0 0.27 201.72 0.3 0.62
Hex 80 A5 BA 1F B 0 1B CA 1E 3E
Octal 200 245 272 37 13 0 33 312 36 76
Binary 10000000 10100101 10111010 11111 1011 0 11011 11001010 11110 111110

Color Harmonies of #80A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A5BA

Black with #80A5BA

Text Example


Text Example

White with #80A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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