#859DAB

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

Shades of Bali Hai #859DAB

Tints of Bali Hai #859DAB

Color information

#859DAB (or 0x859DAB) is unknown color: approx Bali Hai. HEX triplet: 85, 9D and AB. RGB value is (133,157,171). Sum of RGB (Red+Green+Blue) = 133+157+171=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #859DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAB is #7A6254. Grayscale: #979797. Windows color (decimal): -8020565 or 11246981. OLE color: 11246981.

HSL color Cylindrical-coordinate representation of color #859DAB: hue angle of 202.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859DAB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133157171-
CMYK0.220.0800.33
HSL202.11º18.45%59.61%-
HSV(B)202.11º22.22%67.06%-
XYZ29.0832.0443.18-
YUV151.42139.05114.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=28.85%
G=34.06%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331571710.220.0800.33202.1118.4559.61
Hex859DAB168021ca123c
Octal20523525326100413122274
Binary10000101100111011010101110110100001000011100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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