#819AAB

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

Shades of Bali Hai #819AAB

Tints of Bali Hai #819AAB

Color information

#819AAB (or 0x819AAB) is unknown color: approx Bali Hai. HEX triplet: 81, 9A and AB. RGB value is (129,154,171). Sum of RGB (Red+Green+Blue) = 129+154+171=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #819AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819AAB is #7E6554. Grayscale: #949494. Windows color (decimal): -8283477 or 11246209. OLE color: 11246209.

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

Color convert

RGB129154171-
CMYK0.250.1000.33
HSL204.29º20%58.82%-
HSV(B)204.29º24.56%67.06%-
XYZ27.9630.7242.98-
YUV148.46140.72114.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=28.41%
G=33.92%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291541710.250.1000.33204.292058.82
Hex819AAB19A021cc143b
Octal20123225331120413142473
Binary10000001100110101010101111001101001000011100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,171); }

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

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

 a { background-color: rgb(129,154,171); }

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

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

 span { border-color: rgb(129,154,171); }

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