Html Css Color HEX #85B2BC Glacier

📋 copy color: '#85B2BC'

red 133 ◦ green 178 ◦ blue 188

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

Shades of Glacier #85B2BC

Tints of Glacier #85B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 26.65%
G = 35.67%
B = 37.68%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85B2BC (or 0x85B2BC) is known color: Glacier. HEX triplet: 85, B2 and BC. RGB value is (133,178,188). Sum of RGB (Red+Green+Blue) = 133+178+188=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #85B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2BC is #7A4D43. Grayscale: #A5A5A5. Windows color (decimal): -8015172 or 12366469. OLE color: 12366469.

HSL color Cylindrical-coordinate representation of color #85B2BC: hue angle of 190.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85B2BC is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 178 188 -
CMYK 0.29 0.05 0 0.26
HSL 190.91º 0.29% 0.63% -
HSV(B) 190.91º 0.29% 0.74% -
XYZ 34.67 40.46 53.56 -
YUV 165.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 133 178 188 0.29 0.05 0 0.26 190.91 0.29 0.63
Hex 85 B2 BC 1D 5 0 1A BF 1D 3F
Octal 205 262 274 35 5 0 32 277 35 77
Binary 10000101 10110010 10111100 11101 101 0 11010 10111111 11101 111111

Color Harmonies of #85B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B2BC

Black with #85B2BC

Text Example


Text Example

White with #85B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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