Html Css Color HEX #87AAC2 Nepal

📋 copy color: '#87AAC2'

red 135 ◦ green 170 ◦ blue 194

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

Shades of Nepal #87AAC2

Tints of Nepal #87AAC2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

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

R = 27.05%
G = 34.07%
B = 38.88%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87AAC2 (or 0x87AAC2) is known color: Nepal. HEX triplet: 87, AA and C2. RGB value is (135,170,194). Sum of RGB (Red+Green+Blue) = 135+170+194=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #87AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAC2 is #78553D. Grayscale: #A2A2A2. Windows color (decimal): -7886142 or 12757639. OLE color: 12757639.

HSL color Cylindrical-coordinate representation of color #87AAC2: hue angle of 204.41º 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 #87AAC2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 170 194 -
CMYK 0.30 0.12 0 0.24
HSL 204.41º 0.33% 0.65% -
HSV(B) 204.41º 0.3% 0.76% -
XYZ 34.1 37.8 56.54 -
YUV 162.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 135 170 194 0.30 0.12 0 0.24 204.41 0.33 0.65
Hex 87 AA C2 1E C 0 18 CC 21 41
Octal 207 252 302 36 14 0 30 314 41 101
Binary 10000111 10101010 11000010 11110 1100 0 11000 11001100 100001 1000001

Color Harmonies of #87AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAC2

Black with #87AAC2

Text Example


Text Example

White with #87AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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