Html Css Color HEX #85B6BA Glacier

📋 copy color: '#85B6BA'

red 133 ◦ green 182 ◦ blue 186

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

Shades of Glacier #85B6BA

Tints of Glacier #85B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 26.55%
G = 36.33%
B = 37.13%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85B6BA (or 0x85B6BA) is known color: Glacier. HEX triplet: 85, B6 and BA. RGB value is (133,182,186). Sum of RGB (Red+Green+Blue) = 133+182+186=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #85B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6BA is #7A4945. Grayscale: #A7A7A7. Windows color (decimal): -8014150 or 12236421. OLE color: 12236421.

HSL color Cylindrical-coordinate representation of color #85B6BA: hue angle of 184.53º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B6BA is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 182 186 -
CMYK 0.28 0.02 0 0.27
HSL 184.53º 0.28% 0.63% -
HSV(B) 184.53º 0.28% 0.73% -
XYZ 35.26 41.99 52.7 -
YUV 167.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 133 182 186 0.28 0.02 0 0.27 184.53 0.28 0.63
Hex 85 B6 BA 1C 2 0 1B B9 1C 3F
Octal 205 266 272 34 2 0 33 271 34 77
Binary 10000101 10110110 10111010 11100 10 0 11011 10111001 11100 111111

Color Harmonies of #85B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B6BA

Black with #85B6BA

Text Example


Text Example

White with #85B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,186); }

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

background-color css

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

 a { background-color: rgb(133,182,186); }

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

border-color css

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

 span { border-color: rgb(133,182,186); }

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