Html Css Color HEX #8099AA Bali Hai

📋 copy color: '#8099AA'

red 128 ◦ green 153 ◦ blue 170

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

Shades of Bali Hai #8099AA

Tints of Bali Hai #8099AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 28.38%
G = 33.92%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8099AA (or 0x8099AA) is known color: Bali Hai. HEX triplet: 80, 99 and AA. RGB value is (128,153,170). Sum of RGB (Red+Green+Blue) = 128+153+170=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8099AA is #7F6655. Grayscale: #939393. Windows color (decimal): -8349270 or 11180416. OLE color: 11180416.

HSL color Cylindrical-coordinate representation of color #8099AA: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8099AA is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 153 170 -
CMYK 0.25 0.1 0 0.33
HSL 204.29º 0.2% 0.58% -
HSV(B) 204.29º 0.25% 0.67% -
XYZ 27.55 30.27 42.42 -
YUV 147.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 128 153 170 0.25 0.1 0 0.33 204.29 0.2 0.58
Hex 80 99 AA 19 A 0 21 CC 14 3A
Octal 200 231 252 31 12 0 41 314 24 72
Binary 10000000 10011001 10101010 11001 1010 0 100001 11001100 10100 111010

Color Harmonies of #8099AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8099AA

Black with #8099AA

Text Example


Text Example

White with #8099AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8099AA; }

 p { color: rgb(128,153,170); }

 H1.HeaderClassName
 {
   color: #8099AA;
 }
 .AnyTagClassName
 {
   color: #8099AA;
 }
</style>

background-color css

<style>
 a { background-color: #8099AA; }

 a { background-color: rgb(128,153,170); }

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

border-color css

<style>
 span { border-color: #8099AA; }

 span { border-color: rgb(128,153,170); }

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