Html Css Color HEX #85AEBB Glacier

📋 copy color: '#85AEBB'

red 133 ◦ green 174 ◦ blue 187

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

Shades of Glacier #85AEBB

Tints of Glacier #85AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 26.92%
G = 35.22%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AEBB (or 0x85AEBB) is known color: Glacier. HEX triplet: 85, AE and BB. RGB value is (133,174,187). Sum of RGB (Red+Green+Blue) = 133+174+187=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #85AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBB is #7A5144. Grayscale: #A3A3A3. Windows color (decimal): -8016197 or 12299909. OLE color: 12299909.

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

Color convert

RGB 133 174 187 -
CMYK 0.29 0.07 0 0.27
HSL 194.44º 0.28% 0.63% -
HSV(B) 194.44º 0.29% 0.73% -
XYZ 33.78 38.85 52.73 -
YUV 163.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 133 174 187 0.29 0.07 0 0.27 194.44 0.28 0.63
Hex 85 AE BB 1D 7 0 1B C2 1C 3F
Octal 205 256 273 35 7 0 33 302 34 77
Binary 10000101 10101110 10111011 11101 111 0 11011 11000010 11100 111111

Color Harmonies of #85AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEBB

Black with #85AEBB

Text Example


Text Example

White with #85AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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