Html Css Color HEX #85BEBE Glacier

📋 copy color: '#85BEBE'

red 133 ◦ green 190 ◦ blue 190

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

Shades of Glacier #85BEBE

Tints of Glacier #85BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 25.93%
G = 37.04%
B = 37.04%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BEBE (or 0x85BEBE) is known color: Glacier. HEX triplet: 85, BE and BE. RGB value is (133,190,190). Sum of RGB (Red+Green+Blue) = 133+190+190=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #85BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEBE is #7A4141. Grayscale: #ACACAC. Windows color (decimal): -8012098 or 12500613. OLE color: 12500613.

HSL color Cylindrical-coordinate representation of color #85BEBE: hue angle of 180º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEBE is Cyan = 0.3, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 190 -
CMYK 0.3 0 0 0.25
HSL 180º 0.3% 0.63% -
HSV(B) 180º 0.3% 0.75% -
XYZ 37.38 45.53 55.53 -
YUV 172.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 133 190 190 0.3 0 0 0.25 180 0.3 0.63
Hex 85 BE BE 1E 0 0 19 B4 1E 3F
Octal 205 276 276 36 0 0 31 264 36 77
Binary 10000101 10111110 10111110 11110 0 0 11001 10110100 11110 111111

Color Harmonies of #85BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEBE

Black with #85BEBE

Text Example


Text Example

White with #85BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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