Html Css Color HEX #859AAE Bali Hai

📋 copy color: '#859AAE'

red 133 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #859AAE

Tints of Bali Hai #859AAE

RGB

 RED value IS 133 (52.34% from 255) = 28.85%

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 28.85%
G = 33.41%
B = 37.74%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#859AAE (or 0x859AAE) is known color: Bali Hai. HEX triplet: 85, 9A and AE. RGB value is (133,154,174). Sum of RGB (Red+Green+Blue) = 133+154+174=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #859AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAE is #7A6551. Grayscale: #959595. Windows color (decimal): -8021330 or 11442821. OLE color: 11442821.

HSL color Cylindrical-coordinate representation of color #859AAE: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859AAE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 154 174 -
CMYK 0.24 0.11 0 0.32
HSL 209.27º 0.2% 0.6% -
HSV(B) 209.27º 0.24% 0.68% -
XYZ 28.87 31.15 44.54 -
YUV 150 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 133 154 174 0.24 0.11 0 0.32 209.27 0.2 0.6
Hex 85 9A AE 18 B 0 20 D1 14 3C
Octal 205 232 256 30 13 0 40 321 24 74
Binary 10000101 10011010 10101110 11000 1011 0 100000 11010001 10100 111100

Color Harmonies of #859AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AAE

Black with #859AAE

Text Example


Text Example

White with #859AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,154,174); }

 H1.HeaderClassName
 {
   color: #859AAE;
 }
 .AnyTagClassName
 {
   color: #859AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(133,154,174); }

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

border-color css

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

 span { border-color: rgb(133,154,174); }

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