Html Css Color HEX #85B4BE Glacier

📋 copy color: '#85B4BE'

red 133 ◦ green 180 ◦ blue 190

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

Shades of Glacier #85B4BE

Tints of Glacier #85B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

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

R = 26.44%
G = 35.79%
B = 37.77%

CMYK

 C value IS 0.3

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85B4BE (or 0x85B4BE) is known color: Glacier. HEX triplet: 85, B4 and BE. RGB value is (133,180,190). Sum of RGB (Red+Green+Blue) = 133+180+190=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #85B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4BE is #7A4B41. Grayscale: #A7A7A7. Windows color (decimal): -8014658 or 12498053. OLE color: 12498053.

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

Color convert

RGB 133 180 190 -
CMYK 0.3 0.05 0 0.25
HSL 190.53º 0.3% 0.63% -
HSV(B) 190.53º 0.3% 0.75% -
XYZ 35.29 41.35 54.84 -
YUV 167.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 133 180 190 0.3 0.05 0 0.25 190.53 0.3 0.63
Hex 85 B4 BE 1E 5 0 19 BF 1E 3F
Octal 205 264 276 36 5 0 31 277 36 77
Binary 10000101 10110100 10111110 11110 101 0 11001 10111111 11110 111111

Color Harmonies of #85B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B4BE

Black with #85B4BE

Text Example


Text Example

White with #85B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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