Html Css Color HEX #85AEBD Glacier

📋 copy color: '#85AEBD'

red 133 ◦ green 174 ◦ blue 189

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

Shades of Glacier #85AEBD

Tints of Glacier #85AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 26.81%
G = 35.08%
B = 38.1%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85AEBD (or 0x85AEBD) is known color: Glacier. HEX triplet: 85, AE and BD. RGB value is (133,174,189). Sum of RGB (Red+Green+Blue) = 133+174+189=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #85AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBD is #7A5142. Grayscale: #A3A3A3. Windows color (decimal): -8016195 or 12430981. OLE color: 12430981.

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

Color convert

RGB 133 174 189 -
CMYK 0.30 0.08 0 0.26
HSL 196.07º 0.3% 0.63% -
HSV(B) 196.07º 0.3% 0.74% -
XYZ 33.99 38.93 53.87 -
YUV 163.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 133 174 189 0.30 0.08 0 0.26 196.07 0.3 0.63
Hex 85 AE BD 1E 8 0 1A C4 1E 3F
Octal 205 256 275 36 10 0 32 304 36 77
Binary 10000101 10101110 10111101 11110 1000 0 11010 11000100 11110 111111

Color Harmonies of #85AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEBD

Black with #85AEBD

Text Example


Text Example

White with #85AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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