#819CAE

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

Shades of Bali Hai #819CAE

Tints of Bali Hai #819CAE

Color information

#819CAE (or 0x819CAE) is unknown color: approx Bali Hai. HEX triplet: 81, 9C and AE. RGB value is (129,156,174). Sum of RGB (Red+Green+Blue) = 129+156+174=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #819CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819CAE is #7E6351. Grayscale: #959595. Windows color (decimal): -8282962 or 11443329. OLE color: 11443329.

HSL color Cylindrical-coordinate representation of color #819CAE: hue angle of 204º 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 #819CAE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129156174-
CMYK0.260.1000.32
HSL204º21.74%59.41%-
HSV(B)204º25.86%68.24%-
XYZ28.5831.544.62-
YUV149.98141.55113.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=28.10%
G=33.99%
B=37.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291561740.260.1000.3220421.7459.41
Hex819CAE1AA020cc163b
Octal20123425632120403142673
Binary10000001100111001010111011010101001000001100110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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