Html Css Color HEX #85AEBF Glacier

📋 copy color: '#85AEBF'

red 133 ◦ green 174 ◦ blue 191

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

Shades of Glacier #85AEBF

Tints of Glacier #85AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 26.71%
G = 34.94%
B = 38.35%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85AEBF (or 0x85AEBF) is known color: Glacier. HEX triplet: 85, AE and BF. RGB value is (133,174,191). Sum of RGB (Red+Green+Blue) = 133+174+191=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #85AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBF is #7A5140. Grayscale: #A3A3A3. Windows color (decimal): -8016193 or 12562053. OLE color: 12562053.

HSL color Cylindrical-coordinate representation of color #85AEBF: hue angle of 197.59º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85AEBF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 174 191 -
CMYK 0.30 0.09 0 0.25
HSL 197.59º 0.31% 0.64% -
HSV(B) 197.59º 0.3% 0.75% -
XYZ 34.21 39.02 55.02 -
YUV 163.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 133 174 191 0.30 0.09 0 0.25 197.59 0.31 0.64
Hex 85 AE BF 1E 9 0 19 C6 1F 40
Octal 205 256 277 36 11 0 31 306 37 100
Binary 10000101 10101110 10111111 11110 1001 0 11001 11000110 11111 1000000

Color Harmonies of #85AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEBF

Black with #85AEBF

Text Example


Text Example

White with #85AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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