Html Css Color HEX #85B5BB Glacier

📋 copy color: '#85B5BB'

red 133 ◦ green 181 ◦ blue 187

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

Shades of Glacier #85B5BB

Tints of Glacier #85B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 26.55%
G = 36.13%
B = 37.33%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85B5BB (or 0x85B5BB) is known color: Glacier. HEX triplet: 85, B5 and BB. RGB value is (133,181,187). Sum of RGB (Red+Green+Blue) = 133+181+187=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #85B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5BB is #7A4A44. Grayscale: #A7A7A7. Windows color (decimal): -8014405 or 12301701. OLE color: 12301701.

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

Color convert

RGB 133 181 187 -
CMYK 0.29 0.03 0 0.27
HSL 186.67º 0.28% 0.63% -
HSV(B) 186.67º 0.29% 0.73% -
XYZ 35.17 41.62 53.19 -
YUV 167.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 133 181 187 0.29 0.03 0 0.27 186.67 0.28 0.63
Hex 85 B5 BB 1D 3 0 1B BB 1C 3F
Octal 205 265 273 35 3 0 33 273 34 77
Binary 10000101 10110101 10111011 11101 11 0 11011 10111011 11100 111111

Color Harmonies of #85B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5BB

Black with #85B5BB

Text Example


Text Example

White with #85B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,187); }

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

background-color css

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

 a { background-color: rgb(133,181,187); }

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

border-color css

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

 span { border-color: rgb(133,181,187); }

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