#819EAE

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

Shades of Bali Hai #819EAE

Tints of Bali Hai #819EAE

Color information

#819EAE (or 0x819EAE) is unknown color: approx Bali Hai. HEX triplet: 81, 9E and AE. RGB value is (129,158,174). Sum of RGB (Red+Green+Blue) = 129+158+174=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #819EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819EAE is #7E6151. Grayscale: #979797. Windows color (decimal): -8282450 or 11443841. OLE color: 11443841.

HSL color Cylindrical-coordinate representation of color #819EAE: hue angle of 201.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819EAE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129158174-
CMYK0.260.0900.32
HSL201.33º21.74%59.41%-
HSV(B)201.33º25.86%68.24%-
XYZ28.9232.1844.73-
YUV151.15140.89112.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=27.98%
G=34.27%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291581740.260.0900.32201.3321.7459.41
Hex819EAE1A9020c9163b
Octal20123625632110403112673
Binary10000001100111101010111011010100101000001100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819EAE; }

 p { color: rgb(129,158,174); }

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

<style>
 a { background-color: #819EAE; }

 a { background-color: rgb(129,158,174); }

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

<style>
 span { border-color: #819EAE; }

 span { border-color: rgb(129,158,174); }

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