Html Css Color HEX #85B6BF Glacier

📋 copy color: '#85B6BF'

red 133 ◦ green 182 ◦ blue 191

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

Shades of Glacier #85B6BF

Tints of Glacier #85B6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

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

R = 26.28%
G = 35.97%
B = 37.75%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85B6BF (or 0x85B6BF) is known color: Glacier. HEX triplet: 85, B6 and BF. RGB value is (133,182,191). Sum of RGB (Red+Green+Blue) = 133+182+191=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #85B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6BF is #7A4940. Grayscale: #A8A8A8. Windows color (decimal): -8014145 or 12564101. OLE color: 12564101.

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

Color convert

RGB 133 182 191 -
CMYK 0.30 0.05 0 0.25
HSL 189.31º 0.31% 0.64% -
HSV(B) 189.31º 0.3% 0.75% -
XYZ 35.8 42.2 55.55 -
YUV 168.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 133 182 191 0.30 0.05 0 0.25 189.31 0.31 0.64
Hex 85 B6 BF 1E 5 0 19 BD 1F 40
Octal 205 266 277 36 5 0 31 275 37 100
Binary 10000101 10110110 10111111 11110 101 0 11001 10111101 11111 1000000

Color Harmonies of #85B6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B6BF

Black with #85B6BF

Text Example


Text Example

White with #85B6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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