#869AAB

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

Shades of Bali Hai #869AAB

Tints of Bali Hai #869AAB

Color information

#869AAB (or 0x869AAB) is unknown color: approx Bali Hai. HEX triplet: 86, 9A and AB. RGB value is (134,154,171). Sum of RGB (Red+Green+Blue) = 134+154+171=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #869AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869AAB is #796554. Grayscale: #959595. Windows color (decimal): -7955797 or 11246214. OLE color: 11246214.

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

Color convert

RGB134154171-
CMYK0.220.1000.33
HSL207.57º18.05%59.8%-
HSV(B)207.57º21.64%67.06%-
XYZ28.7431.1243.02-
YUV149.96139.87116.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=29.19%
G=33.55%
B=37.25%

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
Decimal1341541710.220.1000.33207.5718.0559.8
Hex869AAB16A021d0123c
Octal20623225326120413202274
Binary10000110100110101010101110110101001000011101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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