Html Css Color HEX #85BDBF Glacier

📋 copy color: '#85BDBF'

red 133 ◦ green 189 ◦ blue 191

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

Shades of Glacier #85BDBF

Tints of Glacier #85BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

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

R = 25.93%
G = 36.84%
B = 37.23%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BDBF (or 0x85BDBF) is known color: Glacier. HEX triplet: 85, BD and BF. RGB value is (133,189,191). Sum of RGB (Red+Green+Blue) = 133+189+191=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #85BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDBF is #7A4240. Grayscale: #ACACAC. Windows color (decimal): -8012353 or 12565893. OLE color: 12565893.

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

Color convert

RGB 133 189 191 -
CMYK 0.30 0.01 0 0.25
HSL 182.07º 0.31% 0.64% -
HSV(B) 182.07º 0.3% 0.75% -
XYZ 37.27 45.14 56.04 -
YUV 172.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 133 189 191 0.30 0.01 0 0.25 182.07 0.31 0.64
Hex 85 BD BF 1E 1 0 19 B6 1F 40
Octal 205 275 277 36 1 0 31 266 37 100
Binary 10000101 10111101 10111111 11110 1 0 11001 10110110 11111 1000000

Color Harmonies of #85BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDBF

Black with #85BDBF

Text Example


Text Example

White with #85BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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