Html Css Color HEX #80A1BA Bali Hai

📋 copy color: '#80A1BA'

red 128 ◦ green 161 ◦ blue 186

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

Shades of Bali Hai #80A1BA

Tints of Bali Hai #80A1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

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

R = 26.95%
G = 33.89%
B = 39.16%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A1BA (or 0x80A1BA) is known color: Bali Hai. HEX triplet: 80, A1 and BA. RGB value is (128,161,186). Sum of RGB (Red+Green+Blue) = 128+161+186=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1BA is #7F5E45. Grayscale: #999999. Windows color (decimal): -8347206 or 12231040. OLE color: 12231040.

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

Color convert

RGB 128 161 186 -
CMYK 0.31 0.13 0 0.27
HSL 205.86º 0.3% 0.62% -
HSV(B) 205.86º 0.31% 0.73% -
XYZ 30.51 33.62 51.34 -
YUV 153.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 128 161 186 0.31 0.13 0 0.27 205.86 0.3 0.62
Hex 80 A1 BA 1F D 0 1B CE 1E 3E
Octal 200 241 272 37 15 0 33 316 36 76
Binary 10000000 10100001 10111010 11111 1101 0 11011 11001110 11110 111110

Color Harmonies of #80A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1BA

Black with #80A1BA

Text Example


Text Example

White with #80A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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