Html Css Color HEX #85AEBA Glacier

📋 copy color: '#85AEBA'

red 133 ◦ green 174 ◦ blue 186

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

Shades of Glacier #85AEBA

Tints of Glacier #85AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 26.98%
G = 35.29%
B = 37.73%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AEBA (or 0x85AEBA) is known color: Glacier. HEX triplet: 85, AE and BA. RGB value is (133,174,186). Sum of RGB (Red+Green+Blue) = 133+174+186=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #85AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBA is #7A5145. Grayscale: #A3A3A3. Windows color (decimal): -8016198 or 12234373. OLE color: 12234373.

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

Color convert

RGB 133 174 186 -
CMYK 0.28 0.06 0 0.27
HSL 193.58º 0.28% 0.63% -
HSV(B) 193.58º 0.28% 0.73% -
XYZ 33.67 38.8 52.17 -
YUV 163.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 133 174 186 0.28 0.06 0 0.27 193.58 0.28 0.63
Hex 85 AE BA 1C 6 0 1B C2 1C 3F
Octal 205 256 272 34 6 0 33 302 34 77
Binary 10000101 10101110 10111010 11100 110 0 11011 11000010 11100 111111

Color Harmonies of #85AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEBA

Black with #85AEBA

Text Example


Text Example

White with #85AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,174,186); }

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

background-color css

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

 a { background-color: rgb(133,174,186); }

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

border-color css

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

 span { border-color: rgb(133,174,186); }

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