Html Css Color HEX #87ADC2 Nepal

📋 copy color: '#87ADC2'

red 135 ◦ green 173 ◦ blue 194

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

Shades of Nepal #87ADC2

Tints of Nepal #87ADC2

RGB

 RED value IS 135 (53.13% from 255) = 26.89%

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 26.89%
G = 34.46%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87ADC2 (or 0x87ADC2) is known color: Nepal. HEX triplet: 87, AD and C2. RGB value is (135,173,194). Sum of RGB (Red+Green+Blue) = 135+173+194=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #87ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC2 is #78523D. Grayscale: #A3A3A3. Windows color (decimal): -7885374 or 12758407. OLE color: 12758407.

HSL color Cylindrical-coordinate representation of color #87ADC2: hue angle of 201.36º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ADC2 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 173 194 -
CMYK 0.30 0.11 0 0.24
HSL 201.36º 0.33% 0.65% -
HSV(B) 201.36º 0.3% 0.76% -
XYZ 34.67 38.93 56.73 -
YUV 164.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 135 173 194 0.30 0.11 0 0.24 201.36 0.33 0.65
Hex 87 AD C2 1E B 0 18 C9 21 41
Octal 207 255 302 36 13 0 30 311 41 101
Binary 10000111 10101101 11000010 11110 1011 0 11000 11001001 100001 1000001

Color Harmonies of #87ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADC2

Black with #87ADC2

Text Example


Text Example

White with #87ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87ADC2; }

 p { color: rgb(135,173,194); }

 H1.HeaderClassName
 {
   color: #87ADC2;
 }
 .AnyTagClassName
 {
   color: #87ADC2;
 }
</style>

background-color css

<style>
 a { background-color: #87ADC2; }

 a { background-color: rgb(135,173,194); }

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

border-color css

<style>
 span { border-color: #87ADC2; }

 span { border-color: rgb(135,173,194); }

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