Html Css Color HEX #85A5BA Nepal

📋 copy color: '#85A5BA'

red 133 ◦ green 165 ◦ blue 186

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

Shades of Nepal #85A5BA

Tints of Nepal #85A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 27.48%
G = 34.09%
B = 38.43%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85A5BA (or 0x85A5BA) is known color: Nepal. HEX triplet: 85, A5 and BA. RGB value is (133,165,186). Sum of RGB (Red+Green+Blue) = 133+165+186=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #85A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5BA is #7A5A45. Grayscale: #9D9D9D. Windows color (decimal): -8018502 or 12232069. OLE color: 12232069.

HSL color Cylindrical-coordinate representation of color #85A5BA: hue angle of 203.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85A5BA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 165 186 -
CMYK 0.28 0.11 0 0.27
HSL 203.77º 0.28% 0.63% -
HSV(B) 203.77º 0.28% 0.73% -
XYZ 31.99 35.44 51.61 -
YUV 157.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 133 165 186 0.28 0.11 0 0.27 203.77 0.28 0.63
Hex 85 A5 BA 1C B 0 1B CC 1C 3F
Octal 205 245 272 34 13 0 33 314 34 77
Binary 10000101 10100101 10111010 11100 1011 0 11011 11001100 11100 111111

Color Harmonies of #85A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A5BA

Black with #85A5BA

Text Example


Text Example

White with #85A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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