Html Css Color HEX #87ADC4 Nepal

📋 copy color: '#87ADC4'

red 135 ◦ green 173 ◦ blue 196

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

Shades of Nepal #87ADC4

Tints of Nepal #87ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 26.79%
G = 34.33%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#87ADC4 (or 0x87ADC4) is known color: Nepal. HEX triplet: 87, AD and C4. RGB value is (135,173,196). Sum of RGB (Red+Green+Blue) = 135+173+196=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #87ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC4 is #78523B. Grayscale: #A4A4A4. Windows color (decimal): -7885372 or 12889479. OLE color: 12889479.

HSL color Cylindrical-coordinate representation of color #87ADC4: hue angle of 202.62º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87ADC4 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 173 196 -
CMYK 0.31 0.12 0 0.23
HSL 202.62º 0.34% 0.65% -
HSV(B) 202.62º 0.31% 0.77% -
XYZ 34.9 39.02 57.92 -
YUV 164.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 135 173 196 0.31 0.12 0 0.23 202.62 0.34 0.65
Hex 87 AD C4 1F C 0 17 CB 22 41
Octal 207 255 304 37 14 0 27 313 42 101
Binary 10000111 10101101 11000100 11111 1100 0 10111 11001011 100010 1000001

Color Harmonies of #87ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADC4

Black with #87ADC4

Text Example


Text Example

White with #87ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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