#859DAE

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

Shades of Bali Hai #859DAE

Tints of Bali Hai #859DAE

Color information

#859DAE (or 0x859DAE) is unknown color: approx Bali Hai. HEX triplet: 85, 9D and AE. RGB value is (133,157,174). Sum of RGB (Red+Green+Blue) = 133+157+174=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #859DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAE is #7A6251. Grayscale: #979797. Windows color (decimal): -8020562 or 11443589. OLE color: 11443589.

HSL color Cylindrical-coordinate representation of color #859DAE: hue angle of 204.88º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859DAE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133157174-
CMYK0.240.1000.32
HSL204.88º20.2%60.2%-
HSV(B)204.88º23.56%68.24%-
XYZ29.3732.1644.7-
YUV151.76140.55114.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=28.66%
G=33.84%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331571740.240.1000.32204.8820.260.2
Hex859DAE18A020cd143c
Octal20523525630120403152474
Binary10000101100111011010111011000101001000001100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859DAE; }

 p { color: rgb(133,157,174); }

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

<style>
 a { background-color: #859DAE; }

 a { background-color: rgb(133,157,174); }

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

<style>
 span { border-color: #859DAE; }

 span { border-color: rgb(133,157,174); }

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