Html Css Color HEX #85BAC0 Glacier

📋 copy color: '#85BAC0'

red 133 ◦ green 186 ◦ blue 192

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

Shades of Glacier #85BAC0

Tints of Glacier #85BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 26.03%
G = 36.4%
B = 37.57%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85BAC0 (or 0x85BAC0) is known color: Glacier. HEX triplet: 85, BA and C0. RGB value is (133,186,192). Sum of RGB (Red+Green+Blue) = 133+186+192=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #85BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAC0 is #7A453F. Grayscale: #AAAAAA. Windows color (decimal): -8013120 or 12630661. OLE color: 12630661.

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

Color convert

RGB 133 186 192 -
CMYK 0.31 0.03 0 0.25
HSL 186.1º 0.32% 0.64% -
HSV(B) 186.1º 0.31% 0.75% -
XYZ 36.75 43.91 56.41 -
YUV 170.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 133 186 192 0.31 0.03 0 0.25 186.1 0.32 0.64
Hex 85 BA C0 1F 3 0 19 BA 20 40
Octal 205 272 300 37 3 0 31 272 40 100
Binary 10000101 10111010 11000000 11111 11 0 11001 10111010 100000 1000000

Color Harmonies of #85BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAC0

Black with #85BAC0

Text Example


Text Example

White with #85BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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