Html Css Color HEX #85BDBE Glacier

📋 copy color: '#85BDBE'

red 133 ◦ green 189 ◦ blue 190

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

Shades of Glacier #85BDBE

Tints of Glacier #85BDBE

RGB

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

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

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

R = 25.98%
G = 36.91%
B = 37.11%

CMYK

 C value IS 0.3

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BDBE (or 0x85BDBE) is known color: Glacier. HEX triplet: 85, BD and BE. RGB value is (133,189,190). Sum of RGB (Red+Green+Blue) = 133+189+190=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #85BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDBE is #7A4241. Grayscale: #ACACAC. Windows color (decimal): -8012354 or 12500357. OLE color: 12500357.

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

Color convert

RGB 133 189 190 -
CMYK 0.3 0.01 0 0.25
HSL 181.05º 0.3% 0.63% -
HSV(B) 181.05º 0.3% 0.75% -
XYZ 37.16 45.1 55.46 -
YUV 172.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 133 189 190 0.3 0.01 0 0.25 181.05 0.3 0.63
Hex 85 BD BE 1E 1 0 19 B5 1E 3F
Octal 205 275 276 36 1 0 31 265 36 77
Binary 10000101 10111101 10111110 11110 1 0 11001 10110101 11110 111111

Color Harmonies of #85BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDBE

Black with #85BDBE

Text Example


Text Example

White with #85BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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