Html Css Color HEX #85BCBE Glacier

📋 copy color: '#85BCBE'

red 133 ◦ green 188 ◦ blue 190

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

Shades of Glacier #85BCBE

Tints of Glacier #85BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 26.03%
G = 36.79%
B = 37.18%

CMYK

 C value IS 0.3

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BCBE (or 0x85BCBE) is known color: Glacier. HEX triplet: 85, BC and BE. RGB value is (133,188,190). Sum of RGB (Red+Green+Blue) = 133+188+190=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #85BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCBE is #7A4341. Grayscale: #ABABAB. Windows color (decimal): -8012610 or 12500101. OLE color: 12500101.

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

Color convert

RGB 133 188 190 -
CMYK 0.3 0.01 0 0.25
HSL 182.11º 0.3% 0.63% -
HSV(B) 182.11º 0.3% 0.75% -
XYZ 36.95 44.67 55.39 -
YUV 171.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 133 188 190 0.3 0.01 0 0.25 182.11 0.3 0.63
Hex 85 BC BE 1E 1 0 19 B6 1E 3F
Octal 205 274 276 36 1 0 31 266 36 77
Binary 10000101 10111100 10111110 11110 1 0 11001 10110110 11110 111111

Color Harmonies of #85BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCBE

Black with #85BCBE

Text Example


Text Example

White with #85BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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