#859AAB

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

Shades of Bali Hai #859AAB

Tints of Bali Hai #859AAB

Color information

#859AAB (or 0x859AAB) is unknown color: approx Bali Hai. HEX triplet: 85, 9A and AB. RGB value is (133,154,171). Sum of RGB (Red+Green+Blue) = 133+154+171=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #859AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAB is #7A6554. Grayscale: #959595. Windows color (decimal): -8021333 or 11246213. OLE color: 11246213.

HSL color Cylindrical-coordinate representation of color #859AAB: hue angle of 206.84º 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 #859AAB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133154171-
CMYK0.220.1000.33
HSL206.84º18.45%59.61%-
HSV(B)206.84º22.22%67.06%-
XYZ28.5831.0443.01-
YUV149.66140.04116.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=29.04%
G=33.62%
B=37.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331541710.220.1000.33206.8418.4559.61
Hex859AAB16A021cf123c
Octal20523225326120413172274
Binary10000101100110101010101110110101001000011100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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