Html Css Color HEX #85AFBA Glacier

📋 copy color: '#85AFBA'

red 133 ◦ green 175 ◦ blue 186

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

Shades of Glacier #85AFBA

Tints of Glacier #85AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 26.92%
G = 35.43%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AFBA (or 0x85AFBA) is known color: Glacier. HEX triplet: 85, AF and BA. RGB value is (133,175,186). Sum of RGB (Red+Green+Blue) = 133+175+186=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #85AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBA is #7A5045. Grayscale: #A3A3A3. Windows color (decimal): -8015942 or 12234629. OLE color: 12234629.

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

Color convert

RGB 133 175 186 -
CMYK 0.28 0.06 0 0.27
HSL 192.45º 0.28% 0.63% -
HSV(B) 192.45º 0.28% 0.73% -
XYZ 33.87 39.19 52.23 -
YUV 163.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 133 175 186 0.28 0.06 0 0.27 192.45 0.28 0.63
Hex 85 AF BA 1C 6 0 1B C0 1C 3F
Octal 205 257 272 34 6 0 33 300 34 77
Binary 10000101 10101111 10111010 11100 110 0 11011 11000000 11100 111111

Color Harmonies of #85AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFBA

Black with #85AFBA

Text Example


Text Example

White with #85AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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