Html Css Color HEX #85A8BE Nepal

📋 copy color: '#85A8BE'

red 133 ◦ green 168 ◦ blue 190

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

Shades of Nepal #85A8BE

Tints of Nepal #85A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 27.09%
G = 34.22%
B = 38.7%

CMYK

 C value IS 0.3

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85A8BE (or 0x85A8BE) is known color: Nepal. HEX triplet: 85, A8 and BE. RGB value is (133,168,190). Sum of RGB (Red+Green+Blue) = 133+168+190=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8BE is #7A5741. Grayscale: #9F9F9F. Windows color (decimal): -8017730 or 12494981. OLE color: 12494981.

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

Color convert

RGB 133 168 190 -
CMYK 0.3 0.12 0 0.25
HSL 203.16º 0.3% 0.63% -
HSV(B) 203.16º 0.3% 0.75% -
XYZ 32.97 36.71 54.06 -
YUV 160.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 133 168 190 0.3 0.12 0 0.25 203.16 0.3 0.63
Hex 85 A8 BE 1E C 0 19 CB 1E 3F
Octal 205 250 276 36 14 0 31 313 36 77
Binary 10000101 10101000 10111110 11110 1100 0 11001 11001011 11110 111111

Color Harmonies of #85A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8BE

Black with #85A8BE

Text Example


Text Example

White with #85A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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