Html Css Color HEX #85B6BE Glacier

📋 copy color: '#85B6BE'

red 133 ◦ green 182 ◦ blue 190

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

Shades of Glacier #85B6BE

Tints of Glacier #85B6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 26.34%
G = 36.04%
B = 37.62%

CMYK

 C value IS 0.3

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85B6BE (or 0x85B6BE) is known color: Glacier. HEX triplet: 85, B6 and BE. RGB value is (133,182,190). Sum of RGB (Red+Green+Blue) = 133+182+190=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #85B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6BE is #7A4941. Grayscale: #A8A8A8. Windows color (decimal): -8014146 or 12498565. OLE color: 12498565.

HSL color Cylindrical-coordinate representation of color #85B6BE: hue angle of 188.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B6BE is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 182 190 -
CMYK 0.3 0.04 0 0.25
HSL 188.42º 0.3% 0.63% -
HSV(B) 188.42º 0.3% 0.75% -
XYZ 35.7 42.16 54.97 -
YUV 168.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 133 182 190 0.3 0.04 0 0.25 188.42 0.3 0.63
Hex 85 B6 BE 1E 4 0 19 BC 1E 3F
Octal 205 266 276 36 4 0 31 274 36 77
Binary 10000101 10110110 10111110 11110 100 0 11001 10111100 11110 111111

Color Harmonies of #85B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B6BE

Black with #85B6BE

Text Example


Text Example

White with #85B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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