Html Css Color HEX #85B7BE Glacier

📋 copy color: '#85B7BE'

red 133 ◦ green 183 ◦ blue 190

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

Shades of Glacier #85B7BE

Tints of Glacier #85B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 26.28%
G = 36.17%
B = 37.55%

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

#85B7BE (or 0x85B7BE) is known color: Glacier. HEX triplet: 85, B7 and BE. RGB value is (133,183,190). Sum of RGB (Red+Green+Blue) = 133+183+190=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #85B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B7BE is #7A4841. Grayscale: #A8A8A8. Windows color (decimal): -8013890 or 12498821. OLE color: 12498821.

HSL color Cylindrical-coordinate representation of color #85B7BE: hue angle of 187.37º 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 #85B7BE is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 183 190 -
CMYK 0.3 0.04 0 0.25
HSL 187.37º 0.3% 0.63% -
HSV(B) 187.37º 0.3% 0.75% -
XYZ 35.9 42.57 55.04 -
YUV 168.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 133 183 190 0.3 0.04 0 0.25 187.37 0.3 0.63
Hex 85 B7 BE 1E 4 0 19 BB 1E 3F
Octal 205 267 276 36 4 0 31 273 36 77
Binary 10000101 10110111 10111110 11110 100 0 11001 10111011 11110 111111

Color Harmonies of #85B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B7BE

Black with #85B7BE

Text Example


Text Example

White with #85B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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