#899DAF

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

Shades of Bali Hai #899DAF

Tints of Bali Hai #899DAF

Color information

#899DAF (or 0x899DAF) is unknown color: approx Bali Hai. HEX triplet: 89, 9D and AF. RGB value is (137,157,175). Sum of RGB (Red+Green+Blue) = 137+157+175=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #899DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DAF is #766250. Grayscale: #989898. Windows color (decimal): -7758417 or 11509129. OLE color: 11509129.

HSL color Cylindrical-coordinate representation of color #899DAF: hue angle of 208.42º 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 #899DAF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137157175-
CMYK0.220.1000.31
HSL208.42º19.19%61.18%-
HSV(B)208.42º21.71%68.63%-
XYZ30.1132.5345.25-
YUV153.07140.37116.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=29.21%
G=33.48%
B=37.31%

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
Decimal1371571750.220.1000.31208.4219.1961.18
Hex899DAF16A01Fd0133d
Octal21123525726120373202375
Binary1000100110011101101011111011010100111111101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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