Html Css Color HEX #859CAC Bali Hai

📋 copy color: '#859CAC'

red 133 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #859CAC

Tints of Bali Hai #859CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 28.85%
G = 33.84%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#859CAC (or 0x859CAC) is known color: Bali Hai. HEX triplet: 85, 9C and AC. RGB value is (133,156,172). Sum of RGB (Red+Green+Blue) = 133+156+172=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #859CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CAC is #7A6353. Grayscale: #969696. Windows color (decimal): -8020820 or 11312261. OLE color: 11312261.

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

Color convert

RGB 133 156 172 -
CMYK 0.23 0.09 0 0.33
HSL 204.62º 0.19% 0.6% -
HSV(B) 204.62º 0.23% 0.67% -
XYZ 29.01 31.74 43.63 -
YUV 150.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 133 156 172 0.23 0.09 0 0.33 204.62 0.19 0.6
Hex 85 9C AC 17 9 0 21 CD 13 3C
Octal 205 234 254 27 11 0 41 315 23 74
Binary 10000101 10011100 10101100 10111 1001 0 100001 11001101 10011 111100

Color Harmonies of #859CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CAC

Black with #859CAC

Text Example


Text Example

White with #859CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,172); }

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

background-color css

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

 a { background-color: rgb(133,156,172); }

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

border-color css

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

 span { border-color: rgb(133,156,172); }

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