Html Css Color HEX #85B0C1 Glacier

📋 copy color: '#85B0C1'

red 133 ◦ green 176 ◦ blue 193

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

Shades of Glacier #85B0C1

Tints of Glacier #85B0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 26.49%
G = 35.06%
B = 38.45%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#85B0C1 (or 0x85B0C1) is known color: Glacier. HEX triplet: 85, B0 and C1. RGB value is (133,176,193). Sum of RGB (Red+Green+Blue) = 133+176+193=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #85B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0C1 is #7A4F3E. Grayscale: #A4A4A4. Windows color (decimal): -8015679 or 12693637. OLE color: 12693637.

HSL color Cylindrical-coordinate representation of color #85B0C1: hue angle of 197º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B0C1 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 176 193 -
CMYK 0.31 0.09 0 0.24
HSL 197º 0.33% 0.64% -
HSV(B) 197º 0.31% 0.76% -
XYZ 34.82 39.89 56.32 -
YUV 165.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 133 176 193 0.31 0.09 0 0.24 197 0.33 0.64
Hex 85 B0 C1 1F 9 0 18 C5 21 40
Octal 205 260 301 37 11 0 30 305 41 100
Binary 10000101 10110000 11000001 11111 1001 0 11000 11000101 100001 1000000

Color Harmonies of #85B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B0C1

Black with #85B0C1

Text Example


Text Example

White with #85B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,193); }

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

background-color css

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

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

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

border-color css

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

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

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