Html Css Color HEX #859BAE Bali Hai

📋 copy color: '#859BAE'

red 133 ◦ green 155 ◦ blue 174

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

Shades of Bali Hai #859BAE

Tints of Bali Hai #859BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

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

R = 28.79%
G = 33.55%
B = 37.66%

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

#859BAE (or 0x859BAE) is known color: Bali Hai. HEX triplet: 85, 9B and AE. RGB value is (133,155,174). Sum of RGB (Red+Green+Blue) = 133+155+174=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #859BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAE is #7A6451. Grayscale: #969696. Windows color (decimal): -8021074 or 11443077. OLE color: 11443077.

HSL color Cylindrical-coordinate representation of color #859BAE: hue angle of 207.8º 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 #859BAE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 155 174 -
CMYK 0.24 0.11 0 0.32
HSL 207.8º 0.2% 0.6% -
HSV(B) 207.8º 0.24% 0.68% -
XYZ 29.03 31.49 44.59 -
YUV 150.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 133 155 174 0.24 0.11 0 0.32 207.8 0.2 0.6
Hex 85 9B AE 18 B 0 20 D0 14 3C
Octal 205 233 256 30 13 0 40 320 24 74
Binary 10000101 10011011 10101110 11000 1011 0 100000 11010000 10100 111100

Color Harmonies of #859BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BAE

Black with #859BAE

Text Example


Text Example

White with #859BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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