Html Css Color HEX #85BEC4 Glacier

📋 copy color: '#85BEC4'

red 133 ◦ green 190 ◦ blue 196

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

Shades of Glacier #85BEC4

Tints of Glacier #85BEC4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 25.63%
G = 36.61%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#85BEC4 (or 0x85BEC4) is known color: Glacier. HEX triplet: 85, BE and C4. RGB value is (133,190,196). Sum of RGB (Red+Green+Blue) = 133+190+196=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #85BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEC4 is #7A413B. Grayscale: #ADADAD. Windows color (decimal): -8012092 or 12893829. OLE color: 12893829.

HSL color Cylindrical-coordinate representation of color #85BEC4: hue angle of 185.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85BEC4 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 190 196 -
CMYK 0.32 0.03 0 0.23
HSL 185.71º 0.35% 0.65% -
HSV(B) 185.71º 0.32% 0.77% -
XYZ 38.05 45.8 59.06 -
YUV 173.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 133 190 196 0.32 0.03 0 0.23 185.71 0.35 0.65
Hex 85 BE C4 20 3 0 17 BA 23 41
Octal 205 276 304 40 3 0 27 272 43 101
Binary 10000101 10111110 11000100 100000 11 0 10111 10111010 100011 1000001

Color Harmonies of #85BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEC4

Black with #85BEC4

Text Example


Text Example

White with #85BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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