Html Css Color HEX #85BDBD Glacier

📋 copy color: '#85BDBD'

red 133 ◦ green 189 ◦ blue 189

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

Shades of Glacier #85BDBD

Tints of Glacier #85BDBD

RGB

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

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

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

R = 26.03%
G = 36.99%
B = 36.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85BDBD (or 0x85BDBD) is known color: Glacier. HEX triplet: 85, BD and BD. RGB value is (133,189,189). Sum of RGB (Red+Green+Blue) = 133+189+189=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #85BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDBD is #7A4242. Grayscale: #ACACAC. Windows color (decimal): -8012355 or 12434821. OLE color: 12434821.

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

Color convert

RGB 133 189 189 -
CMYK 0.30 0 0 0.26
HSL 180º 0.3% 0.63% -
HSV(B) 180º 0.3% 0.74% -
XYZ 37.06 45.06 54.89 -
YUV 172.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 133 189 189 0.30 0 0 0.26 180 0.3 0.63
Hex 85 BD BD 1E 0 0 1A B4 1E 3F
Octal 205 275 275 36 0 0 32 264 36 77
Binary 10000101 10111101 10111101 11110 0 0 11010 10110100 11110 111111

Color Harmonies of #85BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDBD

Black with #85BDBD

Text Example


Text Example

White with #85BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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