#899EAF

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

Shades of Bali Hai #899EAF

Tints of Bali Hai #899EAF

Color information

#899EAF (or 0x899EAF) is unknown color: approx Bali Hai. HEX triplet: 89, 9E and AF. RGB value is (137,158,175). Sum of RGB (Red+Green+Blue) = 137+158+175=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #899EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899EAF is #766150. Grayscale: #999999. Windows color (decimal): -7758161 or 11509385. OLE color: 11509385.

HSL color Cylindrical-coordinate representation of color #899EAF: hue angle of 206.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899EAF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137158175-
CMYK0.220.1000.31
HSL206.84º19.19%61.18%-
HSV(B)206.84º21.71%68.63%-
XYZ30.2832.8745.31-
YUV153.66140.04116.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=29.15%
G=33.62%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371581750.220.1000.31206.8419.1961.18
Hex899EAF16A01Fcf133d
Octal21123625726120373172375
Binary1000100110011110101011111011010100111111100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,175); }

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

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

 a { background-color: rgb(137,158,175); }

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

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

 span { border-color: rgb(137,158,175); }

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