Html Css Color HEX #85A1AB Bali Hai

📋 copy color: '#85A1AB'

red 133 ◦ green 161 ◦ blue 171

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

Shades of Bali Hai #85A1AB

Tints of Bali Hai #85A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 28.6%
G = 34.62%
B = 36.77%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#85A1AB (or 0x85A1AB) is known color: Bali Hai. HEX triplet: 85, A1 and AB. RGB value is (133,161,171). Sum of RGB (Red+Green+Blue) = 133+161+171=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #85A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A1AB is #7A5E54. Grayscale: #999999. Windows color (decimal): -8019541 or 11248005. OLE color: 11248005.

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

Color convert

RGB 133 161 171 -
CMYK 0.22 0.06 0 0.33
HSL 195.79º 0.18% 0.6% -
HSV(B) 195.79º 0.22% 0.67% -
XYZ 29.77 33.42 43.41 -
YUV 153.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 133 161 171 0.22 0.06 0 0.33 195.79 0.18 0.6
Hex 85 A1 AB 16 6 0 21 C4 12 3C
Octal 205 241 253 26 6 0 41 304 22 74
Binary 10000101 10100001 10101011 10110 110 0 100001 11000100 10010 111100

Color Harmonies of #85A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1AB

Black with #85A1AB

Text Example


Text Example

White with #85A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A1AB; }

 p { color: rgb(133,161,171); }

 H1.HeaderClassName
 {
   color: #85A1AB;
 }
 .AnyTagClassName
 {
   color: #85A1AB;
 }
</style>

background-color css

<style>
 a { background-color: #85A1AB; }

 a { background-color: rgb(133,161,171); }

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

border-color css

<style>
 span { border-color: #85A1AB; }

 span { border-color: rgb(133,161,171); }

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