#8299AE

Color #8299AE Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8299AE

Tints of Bali Hai #8299AE

Color information

#8299AE (or 0x8299AE) is unknown color: approx Bali Hai. HEX triplet: 82, 99 and AE. RGB value is (130,153,174). Sum of RGB (Red+Green+Blue) = 130+153+174=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #8299AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8299AE is #7D6651. Grayscale: #949494. Windows color (decimal): -8218194 or 11442562. OLE color: 11442562.

HSL color Cylindrical-coordinate representation of color #8299AE: hue angle of 208.64º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8299AE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130153174-
CMYK0.250.1200.32
HSL208.64º21.36%59.61%-
HSV(B)208.64º25.29%68.24%-
XYZ28.2430.5844.46-
YUV148.52142.38114.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=28.45%
G=33.48%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301531740.250.1200.32208.6421.3659.61
Hex8299AE19C020d1153c
Octal20223125631140403212574
Binary10000010100110011010111011001110001000001101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8299AE; }

 p { color: rgb(130,153,174); }

 H1.HeaderClassName
 {
   color: #8299AE;
 }
 .AnyTagClassName
 {
   color: #8299AE;
 }
</style>
background-color css

<style>
 a { background-color: #8299AE; }

 a { background-color: rgb(130,153,174); }

 div.DivClassName
 {
   background-color: #8299AE;
 }
 .BgClassName
 {
   background-color: #8299AE;
 }
</style>
border-color css

<style>
 span { border-color: #8299AE; }

 span { border-color: rgb(130,153,174); }

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