#859BAE

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

Shades of Bali Hai #859BAE

Tints of Bali Hai #859BAE

Color information

#859BAE (or 0x859BAE) is unknown color: approx Bali Hai. HEX triplet: 85, 9B and AE. RGB value is (133,155,174). Sum of RGB (Red+Green+Blue) = 133+155+174=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #859BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAE is #7A6451. Grayscale: #969696. Windows color (decimal): -8021074 or 11443077. OLE color: 11443077.

HSL color Cylindrical-coordinate representation of color #859BAE: hue angle of 207.8º 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 #859BAE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133155174-
CMYK0.240.1100.32
HSL207.8º20.2%60.2%-
HSV(B)207.8º23.56%68.24%-
XYZ29.0331.4944.59-
YUV150.59141.21115.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=28.79%
G=33.55%
B=37.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331551740.240.1100.32207.820.260.2
Hex859BAE18B020d0143c
Octal20523325630130403202474
Binary10000101100110111010111011000101101000001101000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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