Html Css Color HEX #859CAA Bali Hai

📋 copy color: '#859CAA'

red 133 ◦ green 156 ◦ blue 170

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

Shades of Bali Hai #859CAA

Tints of Bali Hai #859CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 28.98%
G = 33.99%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#859CAA (or 0x859CAA) is known color: Bali Hai. HEX triplet: 85, 9C and AA. RGB value is (133,156,170). Sum of RGB (Red+Green+Blue) = 133+156+170=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #859CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CAA is #7A6355. Grayscale: #969696. Windows color (decimal): -8020822 or 11181189. OLE color: 11181189.

HSL color Cylindrical-coordinate representation of color #859CAA: hue angle of 202.7º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859CAA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 156 170 -
CMYK 0.22 0.08 0 0.33
HSL 202.7º 0.18% 0.59% -
HSV(B) 202.7º 0.22% 0.67% -
XYZ 28.82 31.67 42.62 -
YUV 150.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 133 156 170 0.22 0.08 0 0.33 202.7 0.18 0.59
Hex 85 9C AA 16 8 0 21 CB 12 3B
Octal 205 234 252 26 10 0 41 313 22 73
Binary 10000101 10011100 10101010 10110 1000 0 100001 11001011 10010 111011

Color Harmonies of #859CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CAA

Black with #859CAA

Text Example


Text Example

White with #859CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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