Html Css Color HEX #859DAE Bali Hai

📋 copy color: '#859DAE'

red 133 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #859DAE

Tints of Bali Hai #859DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

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

R = 28.66%
G = 33.84%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#859DAE (or 0x859DAE) is known color: Bali Hai. HEX triplet: 85, 9D and AE. RGB value is (133,157,174). Sum of RGB (Red+Green+Blue) = 133+157+174=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #859DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAE is #7A6251. Grayscale: #979797. Windows color (decimal): -8020562 or 11443589. OLE color: 11443589.

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

Color convert

RGB 133 157 174 -
CMYK 0.24 0.10 0 0.32
HSL 204.88º 0.2% 0.6% -
HSV(B) 204.88º 0.24% 0.68% -
XYZ 29.37 32.16 44.7 -
YUV 151.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 133 157 174 0.24 0.10 0 0.32 204.88 0.2 0.6
Hex 85 9D AE 18 A 0 20 CD 14 3C
Octal 205 235 256 30 12 0 40 315 24 74
Binary 10000101 10011101 10101110 11000 1010 0 100000 11001101 10100 111100

Color Harmonies of #859DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DAE

Black with #859DAE

Text Example


Text Example

White with #859DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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