#819EAF

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

Shades of Bali Hai #819EAF

Tints of Bali Hai #819EAF

Color information

#819EAF (or 0x819EAF) is unknown color: approx Bali Hai. HEX triplet: 81, 9E and AF. RGB value is (129,158,175). Sum of RGB (Red+Green+Blue) = 129+158+175=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #819EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819EAF is #7E6150. Grayscale: #979797. Windows color (decimal): -8282449 or 11509377. OLE color: 11509377.

HSL color Cylindrical-coordinate representation of color #819EAF: hue angle of 202.17º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819EAF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129158175-
CMYK0.260.1000.31
HSL202.17º22.33%59.61%-
HSV(B)202.17º26.29%68.63%-
XYZ29.0232.2245.25-
YUV151.27141.39112.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=27.92%
G=34.20%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291581750.260.1000.31202.1722.3359.61
Hex819EAF1AA01Fca163c
Octal20123625732120373122674
Binary1000000110011110101011111101010100111111100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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