Html Css Color HEX #85B8BB Glacier

📋 copy color: '#85B8BB'

red 133 ◦ green 184 ◦ blue 187

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

Shades of Glacier #85B8BB

Tints of Glacier #85B8BB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

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

R = 26.39%
G = 36.51%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85B8BB (or 0x85B8BB) is known color: Glacier. HEX triplet: 85, B8 and BB. RGB value is (133,184,187). Sum of RGB (Red+Green+Blue) = 133+184+187=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #85B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8BB is #7A4744. Grayscale: #A9A9A9. Windows color (decimal): -8013637 or 12302469. OLE color: 12302469.

HSL color Cylindrical-coordinate representation of color #85B8BB: hue angle of 183.33º 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 #85B8BB is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 184 187 -
CMYK 0.29 0.02 0 0.27
HSL 183.33º 0.28% 0.63% -
HSV(B) 183.33º 0.29% 0.73% -
XYZ 35.78 42.86 53.4 -
YUV 169.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 133 184 187 0.29 0.02 0 0.27 183.33 0.28 0.63
Hex 85 B8 BB 1D 2 0 1B B7 1C 3F
Octal 205 270 273 35 2 0 33 267 34 77
Binary 10000101 10111000 10111011 11101 10 0 11011 10110111 11100 111111

Color Harmonies of #85B8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B8BB

Black with #85B8BB

Text Example


Text Example

White with #85B8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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