#859DAF

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

Shades of Bali Hai #859DAF

Tints of Bali Hai #859DAF

Color information

#859DAF (or 0x859DAF) is unknown color: approx Bali Hai. HEX triplet: 85, 9D and AF. RGB value is (133,157,175). Sum of RGB (Red+Green+Blue) = 133+157+175=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #859DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAF is #7A6250. Grayscale: #979797. Windows color (decimal): -8020561 or 11509125. OLE color: 11509125.

HSL color Cylindrical-coordinate representation of color #859DAF: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859DAF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133157175-
CMYK0.240.1000.31
HSL205.71º20.79%60.39%-
HSV(B)205.71º24%68.63%-
XYZ29.4732.245.22-
YUV151.88141.05114.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=28.60%
G=33.76%
B=37.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331571750.240.1000.31205.7120.7960.39
Hex859DAF18A01Fce153c
Octal20523525730120373162574
Binary1000010110011101101011111100010100111111100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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