Html Css Color HEX #85ACC1 Nepal

📋 copy color: '#85ACC1'

red 133 ◦ green 172 ◦ blue 193

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

Shades of Nepal #85ACC1

Tints of Nepal #85ACC1

RGB

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

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

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

R = 26.71%
G = 34.54%
B = 38.76%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#85ACC1 (or 0x85ACC1) is known color: Nepal. HEX triplet: 85, AC and C1. RGB value is (133,172,193). Sum of RGB (Red+Green+Blue) = 133+172+193=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #85ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACC1 is #7A533E. Grayscale: #A2A2A2. Windows color (decimal): -8016703 or 12692613. OLE color: 12692613.

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

Color convert

RGB 133 172 193 -
CMYK 0.31 0.11 0 0.24
HSL 201º 0.33% 0.64% -
HSV(B) 201º 0.31% 0.76% -
XYZ 34.05 38.34 56.06 -
YUV 162.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 133 172 193 0.31 0.11 0 0.24 201 0.33 0.64
Hex 85 AC C1 1F B 0 18 C9 21 40
Octal 205 254 301 37 13 0 30 311 41 100
Binary 10000101 10101100 11000001 11111 1011 0 11000 11001001 100001 1000000

Color Harmonies of #85ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACC1

Black with #85ACC1

Text Example


Text Example

White with #85ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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