Html Css Color HEX #85B2BE Glacier

📋 copy color: '#85B2BE'

red 133 ◦ green 178 ◦ blue 190

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

Shades of Glacier #85B2BE

Tints of Glacier #85B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 26.55%
G = 35.53%
B = 37.92%

CMYK

 C value IS 0.3

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85B2BE (or 0x85B2BE) is known color: Glacier. HEX triplet: 85, B2 and BE. RGB value is (133,178,190). Sum of RGB (Red+Green+Blue) = 133+178+190=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #85B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2BE is #7A4D41. Grayscale: #A5A5A5. Windows color (decimal): -8015170 or 12497541. OLE color: 12497541.

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

Color convert

RGB 133 178 190 -
CMYK 0.3 0.06 0 0.25
HSL 192.63º 0.3% 0.63% -
HSV(B) 192.63º 0.3% 0.75% -
XYZ 34.89 40.55 54.7 -
YUV 165.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 133 178 190 0.3 0.06 0 0.25 192.63 0.3 0.63
Hex 85 B2 BE 1E 6 0 19 C1 1E 3F
Octal 205 262 276 36 6 0 31 301 36 77
Binary 10000101 10110010 10111110 11110 110 0 11001 11000001 11110 111111

Color Harmonies of #85B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B2BE

Black with #85B2BE

Text Example


Text Example

White with #85B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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