#869DAE

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

Shades of Bali Hai #869DAE

Tints of Bali Hai #869DAE

Color information

#869DAE (or 0x869DAE) is unknown color: approx Bali Hai. HEX triplet: 86, 9D and AE. RGB value is (134,157,174). Sum of RGB (Red+Green+Blue) = 134+157+174=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #869DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869DAE is #796251. Grayscale: #979797. Windows color (decimal): -7955026 or 11443590. OLE color: 11443590.

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

Color convert

RGB134157174-
CMYK0.230.1000.32
HSL205.5º19.8%60.39%-
HSV(B)205.5º22.99%68.24%-
XYZ29.5332.2444.71-
YUV152.06140.38115.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=28.82%
G=33.76%
B=37.42%

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
Decimal1341571740.230.1000.32205.519.860.39
Hex869DAE17A020ce143c
Octal20623525627120403162474
Binary10000110100111011010111010111101001000001100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,157,174); }

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

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

 a { background-color: rgb(134,157,174); }

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

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

 span { border-color: rgb(134,157,174); }

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