Html Css Color HEX #85AFBD Glacier

📋 copy color: '#85AFBD'

red 133 ◦ green 175 ◦ blue 189

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

Shades of Glacier #85AFBD

Tints of Glacier #85AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 26.76%
G = 35.21%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85AFBD (or 0x85AFBD) is known color: Glacier. HEX triplet: 85, AF and BD. RGB value is (133,175,189). Sum of RGB (Red+Green+Blue) = 133+175+189=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #85AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBD is #7A5042. Grayscale: #A3A3A3. Windows color (decimal): -8015939 or 12431237. OLE color: 12431237.

HSL color Cylindrical-coordinate representation of color #85AFBD: hue angle of 195º 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 #85AFBD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 175 189 -
CMYK 0.30 0.07 0 0.26
HSL 195º 0.3% 0.63% -
HSV(B) 195º 0.3% 0.74% -
XYZ 34.19 39.32 53.93 -
YUV 164.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 133 175 189 0.30 0.07 0 0.26 195 0.3 0.63
Hex 85 AF BD 1E 7 0 1A C3 1E 3F
Octal 205 257 275 36 7 0 32 303 36 77
Binary 10000101 10101111 10111101 11110 111 0 11010 11000011 11110 111111

Color Harmonies of #85AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFBD

Black with #85AFBD

Text Example


Text Example

White with #85AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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