#869CAD

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

Shades of Bali Hai #869CAD

Tints of Bali Hai #869CAD

Color information

#869CAD (or 0x869CAD) is unknown color: approx Bali Hai. HEX triplet: 86, 9C and AD. RGB value is (134,156,173). Sum of RGB (Red+Green+Blue) = 134+156+173=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #869CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869CAD is #796352. Grayscale: #979797. Windows color (decimal): -7955283 or 11377798. OLE color: 11377798.

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

Color convert

RGB134156173-
CMYK0.230.1000.32
HSL206.15º19.21%60.2%-
HSV(B)206.15º22.54%67.84%-
XYZ29.2631.8644.14-
YUV151.36140.21115.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=28.94%
G=33.69%
B=37.37%

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
Decimal1341561730.230.1000.32206.1519.2160.2
Hex869CAD17A020ce133c
Octal20623425527120403162374
Binary10000110100111001010110110111101001000001100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,173); }

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

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

 a { background-color: rgb(134,156,173); }

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

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

 span { border-color: rgb(134,156,173); }

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