Html Css Color HEX #85ADBE Glacier

📋 copy color: '#85ADBE'

red 133 ◦ green 173 ◦ blue 190

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

Shades of Glacier #85ADBE

Tints of Glacier #85ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 26.81%
G = 34.88%
B = 38.31%

CMYK

 C value IS 0.3

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85ADBE (or 0x85ADBE) is known color: Glacier. HEX triplet: 85, AD and BE. RGB value is (133,173,190). Sum of RGB (Red+Green+Blue) = 133+173+190=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #85ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADBE is #7A5241. Grayscale: #A2A2A2. Windows color (decimal): -8016450 or 12496261. OLE color: 12496261.

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

Color convert

RGB 133 173 190 -
CMYK 0.3 0.09 0 0.25
HSL 197.89º 0.3% 0.63% -
HSV(B) 197.89º 0.3% 0.75% -
XYZ 33.91 38.59 54.38 -
YUV 162.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 133 173 190 0.3 0.09 0 0.25 197.89 0.3 0.63
Hex 85 AD BE 1E 9 0 19 C6 1E 3F
Octal 205 255 276 36 11 0 31 306 36 77
Binary 10000101 10101101 10111110 11110 1001 0 11001 11000110 11110 111111

Color Harmonies of #85ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADBE

Black with #85ADBE

Text Example


Text Example

White with #85ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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