#899FAE

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

Shades of Bali Hai #899FAE

Tints of Bali Hai #899FAE

Color information

#899FAE (or 0x899FAE) is unknown color: approx Bali Hai. HEX triplet: 89, 9F and AE. RGB value is (137,159,174). Sum of RGB (Red+Green+Blue) = 137+159+174=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #899FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FAE is #766051. Grayscale: #9A9A9A. Windows color (decimal): -7757906 or 11444105. OLE color: 11444105.

HSL color Cylindrical-coordinate representation of color #899FAE: hue angle of 204.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899FAE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137159174-
CMYK0.210.0900.32
HSL204.32º18.59%60.98%-
HSV(B)204.32º21.26%68.24%-
XYZ30.3533.1744.85-
YUV154.13139.21115.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=29.15%
G=33.83%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371591740.210.0900.32204.3218.5960.98
Hex899FAE159020cc133d
Octal21123725625110403142375
Binary10001001100111111010111010101100101000001100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899FAE; }

 p { color: rgb(137,159,174); }

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

<style>
 a { background-color: #899FAE; }

 a { background-color: rgb(137,159,174); }

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

<style>
 span { border-color: #899FAE; }

 span { border-color: rgb(137,159,174); }

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