Html Css Color HEX #859DAD Bali Hai

📋 copy color: '#859DAD'

red 133 ◦ green 157 ◦ blue 173

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

Shades of Bali Hai #859DAD

Tints of Bali Hai #859DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 28.73%
G = 33.91%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#859DAD (or 0x859DAD) is known color: Bali Hai. HEX triplet: 85, 9D and AD. RGB value is (133,157,173). Sum of RGB (Red+Green+Blue) = 133+157+173=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #859DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAD is #7A6252. Grayscale: #979797. Windows color (decimal): -8020563 or 11378053. OLE color: 11378053.

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

Color convert

RGB 133 157 173 -
CMYK 0.23 0.09 0 0.32
HSL 204º 0.2% 0.6% -
HSV(B) 204º 0.23% 0.68% -
XYZ 29.27 32.12 44.19 -
YUV 151.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 133 157 173 0.23 0.09 0 0.32 204 0.2 0.6
Hex 85 9D AD 17 9 0 20 CC 14 3C
Octal 205 235 255 27 11 0 40 314 24 74
Binary 10000101 10011101 10101101 10111 1001 0 100000 11001100 10100 111100

Color Harmonies of #859DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DAD

Black with #859DAD

Text Example


Text Example

White with #859DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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