#859BAD

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

Shades of Bali Hai #859BAD

Tints of Bali Hai #859BAD

Color information

#859BAD (or 0x859BAD) is unknown color: approx Bali Hai. HEX triplet: 85, 9B and AD. RGB value is (133,155,173). Sum of RGB (Red+Green+Blue) = 133+155+173=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #859BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAD is #7A6452. Grayscale: #969696. Windows color (decimal): -8021075 or 11377541. OLE color: 11377541.

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

Color convert

RGB133155173-
CMYK0.230.1000.32
HSL207º19.61%60%-
HSV(B)207º23.12%67.84%-
XYZ28.9431.4544.08-
YUV150.47140.71115.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=28.85%
G=33.62%
B=37.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331551730.230.1000.3220719.6160
Hex859BAD17A020cf143c
Octal20523325527120403172474
Binary10000101100110111010110110111101001000001100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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