Html Css Color HEX #85ACC0 Nepal

📋 copy color: '#85ACC0'

red 133 ◦ green 172 ◦ blue 192

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

Shades of Nepal #85ACC0

Tints of Nepal #85ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

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

R = 26.76%
G = 34.61%
B = 38.63%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85ACC0 (or 0x85ACC0) is known color: Nepal. HEX triplet: 85, AC and C0. RGB value is (133,172,192). Sum of RGB (Red+Green+Blue) = 133+172+192=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #85ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACC0 is #7A533F. Grayscale: #A2A2A2. Windows color (decimal): -8016704 or 12627077. OLE color: 12627077.

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

Color convert

RGB 133 172 192 -
CMYK 0.31 0.10 0 0.25
HSL 200.34º 0.32% 0.64% -
HSV(B) 200.34º 0.31% 0.75% -
XYZ 33.94 38.3 55.47 -
YUV 162.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 133 172 192 0.31 0.10 0 0.25 200.34 0.32 0.64
Hex 85 AC C0 1F A 0 19 C8 20 40
Octal 205 254 300 37 12 0 31 310 40 100
Binary 10000101 10101100 11000000 11111 1010 0 11001 11001000 100000 1000000

Color Harmonies of #85ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACC0

Black with #85ACC0

Text Example


Text Example

White with #85ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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