Html Css Color HEX #80A1BB Bali Hai

📋 copy color: '#80A1BB'

red 128 ◦ green 161 ◦ blue 187

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

Shades of Bali Hai #80A1BB

Tints of Bali Hai #80A1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 26.89%
G = 33.82%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A1BB (or 0x80A1BB) is known color: Bali Hai. HEX triplet: 80, A1 and BB. RGB value is (128,161,187). Sum of RGB (Red+Green+Blue) = 128+161+187=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #80A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1BB is #7F5E44. Grayscale: #999999. Windows color (decimal): -8347205 or 12296576. OLE color: 12296576.

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

Color convert

RGB 128 161 187 -
CMYK 0.32 0.14 0 0.27
HSL 206.44º 0.3% 0.62% -
HSV(B) 206.44º 0.32% 0.73% -
XYZ 30.62 33.67 51.9 -
YUV 154.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 128 161 187 0.32 0.14 0 0.27 206.44 0.3 0.62
Hex 80 A1 BB 20 E 0 1B CE 1E 3E
Octal 200 241 273 40 16 0 33 316 36 76
Binary 10000000 10100001 10111011 100000 1110 0 11011 11001110 11110 111110

Color Harmonies of #80A1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1BB

Black with #80A1BB

Text Example


Text Example

White with #80A1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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