Html Css Color HEX #899FAE Bali Hai

📋 copy color: '#899FAE'

red 137 ◦ green 159 ◦ blue 174

#899FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #899FAE

Tints of Bali Hai #899FAE

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 value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#899FAE (or 0x899FAE) is known color: 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

RGB 137 159 174 -
CMYK 0.21 0.09 0 0.32
HSL 204.32º 0.19% 0.61% -
HSV(B) 204.32º 0.21% 0.68% -
XYZ 30.35 33.17 44.85 -
YUV 154.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 137 159 174 0.21 0.09 0 0.32 204.32 0.19 0.61
Hex 89 9F AE 15 9 0 20 CC 13 3D
Octal 211 237 256 25 11 0 40 314 23 75
Binary 10001001 10011111 10101110 10101 1001 0 100000 11001100 10011 111101

Color Harmonies of #899FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FAE

Black with #899FAE

Text Example


Text Example

White with #899FAE

Text Example


Text Example

HTML Codes & Css Web 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>