Html Css Color HEX #80A3BA Bali Hai

📋 copy color: '#80A3BA'

red 128 ◦ green 163 ◦ blue 186

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

Shades of Bali Hai #80A3BA

Tints of Bali Hai #80A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 26.83%
G = 34.17%
B = 38.99%

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

#80A3BA (or 0x80A3BA) is known color: Bali Hai. HEX triplet: 80, A3 and BA. RGB value is (128,163,186). Sum of RGB (Red+Green+Blue) = 128+163+186=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3BA is #7F5C45. Grayscale: #9B9B9B. Windows color (decimal): -8346694 or 12231552. OLE color: 12231552.

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

Color convert

RGB 128 163 186 -
CMYK 0.31 0.12 0 0.27
HSL 203.79º 0.3% 0.62% -
HSV(B) 203.79º 0.31% 0.73% -
XYZ 30.86 34.33 51.45 -
YUV 155.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 128 163 186 0.31 0.12 0 0.27 203.79 0.3 0.62
Hex 80 A3 BA 1F C 0 1B CC 1E 3E
Octal 200 243 272 37 14 0 33 314 36 76
Binary 10000000 10100011 10111010 11111 1100 0 11011 11001100 11110 111110

Color Harmonies of #80A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A3BA

Black with #80A3BA

Text Example


Text Example

White with #80A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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