Html Css Color HEX #85AFBF Glacier

📋 copy color: '#85AFBF'

red 133 ◦ green 175 ◦ blue 191

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

Shades of Glacier #85AFBF

Tints of Glacier #85AFBF

RGB

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

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

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

R = 26.65%
G = 35.07%
B = 38.28%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85AFBF (or 0x85AFBF) is known color: Glacier. HEX triplet: 85, AF and BF. RGB value is (133,175,191). Sum of RGB (Red+Green+Blue) = 133+175+191=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #85AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBF is #7A5040. Grayscale: #A4A4A4. Windows color (decimal): -8015937 or 12562309. OLE color: 12562309.

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

Color convert

RGB 133 175 191 -
CMYK 0.30 0.08 0 0.25
HSL 196.55º 0.31% 0.64% -
HSV(B) 196.55º 0.3% 0.75% -
XYZ 34.41 39.41 55.08 -
YUV 164.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 133 175 191 0.30 0.08 0 0.25 196.55 0.31 0.64
Hex 85 AF BF 1E 8 0 19 C5 1F 40
Octal 205 257 277 36 10 0 31 305 37 100
Binary 10000101 10101111 10111111 11110 1000 0 11001 11000101 11111 1000000

Color Harmonies of #85AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFBF

Black with #85AFBF

Text Example


Text Example

White with #85AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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