Html Css Color HEX #85ADC3 Nepal

📋 copy color: '#85ADC3'

red 133 ◦ green 173 ◦ blue 195

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

Shades of Nepal #85ADC3

Tints of Nepal #85ADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 26.55%
G = 34.53%
B = 38.92%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#85ADC3 (or 0x85ADC3) is known color: Nepal. HEX triplet: 85, AD and C3. RGB value is (133,173,195). Sum of RGB (Red+Green+Blue) = 133+173+195=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #85ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADC3 is #7A523C. Grayscale: #A3A3A3. Windows color (decimal): -8016445 or 12823941. OLE color: 12823941.

HSL color Cylindrical-coordinate representation of color #85ADC3: hue angle of 201.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85ADC3 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 173 195 -
CMYK 0.32 0.11 0 0.24
HSL 201.29º 0.34% 0.64% -
HSV(B) 201.29º 0.32% 0.76% -
XYZ 34.47 38.81 57.3 -
YUV 163.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 133 173 195 0.32 0.11 0 0.24 201.29 0.34 0.64
Hex 85 AD C3 20 B 0 18 C9 22 40
Octal 205 255 303 40 13 0 30 311 42 100
Binary 10000101 10101101 11000011 100000 1011 0 11000 11001001 100010 1000000

Color Harmonies of #85ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADC3

Black with #85ADC3

Text Example


Text Example

White with #85ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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