Html Css Color HEX #85ADC1 Nepal

📋 copy color: '#85ADC1'

red 133 ◦ green 173 ◦ blue 193

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

Shades of Nepal #85ADC1

Tints of Nepal #85ADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 26.65%
G = 34.67%
B = 38.68%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#85ADC1 (or 0x85ADC1) is known color: Nepal. HEX triplet: 85, AD and C1. RGB value is (133,173,193). Sum of RGB (Red+Green+Blue) = 133+173+193=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #85ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADC1 is #7A523E. Grayscale: #A3A3A3. Windows color (decimal): -8016447 or 12692869. OLE color: 12692869.

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

Color convert

RGB 133 173 193 -
CMYK 0.31 0.10 0 0.24
HSL 200º 0.33% 0.64% -
HSV(B) 200º 0.31% 0.76% -
XYZ 34.24 38.72 56.12 -
YUV 163.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 133 173 193 0.31 0.10 0 0.24 200 0.33 0.64
Hex 85 AD C1 1F A 0 18 C8 21 40
Octal 205 255 301 37 12 0 30 310 41 100
Binary 10000101 10101101 11000001 11111 1010 0 11000 11001000 100001 1000000

Color Harmonies of #85ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADC1

Black with #85ADC1

Text Example


Text Example

White with #85ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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