Html Css Color HEX #85BABD Glacier

📋 copy color: '#85BABD'

red 133 ◦ green 186 ◦ blue 189

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

Shades of Glacier #85BABD

Tints of Glacier #85BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

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

R = 26.18%
G = 36.61%
B = 37.2%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85BABD (or 0x85BABD) is known color: Glacier. HEX triplet: 85, BA and BD. RGB value is (133,186,189). Sum of RGB (Red+Green+Blue) = 133+186+189=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #85BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BABD is #7A4542. Grayscale: #AAAAAA. Windows color (decimal): -8013123 or 12434053. OLE color: 12434053.

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

Color convert

RGB 133 186 189 -
CMYK 0.30 0.02 0 0.26
HSL 183.21º 0.3% 0.63% -
HSV(B) 183.21º 0.3% 0.74% -
XYZ 36.42 43.78 54.67 -
YUV 170.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 133 186 189 0.30 0.02 0 0.26 183.21 0.3 0.63
Hex 85 BA BD 1E 2 0 1A B7 1E 3F
Octal 205 272 275 36 2 0 32 267 36 77
Binary 10000101 10111010 10111101 11110 10 0 11010 10110111 11110 111111

Color Harmonies of #85BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BABD

Black with #85BABD

Text Example


Text Example

White with #85BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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