Html Css Color HEX #87ACC1 Nepal

📋 copy color: '#87ACC1'

red 135 ◦ green 172 ◦ blue 193

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

Shades of Nepal #87ACC1

Tints of Nepal #87ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 27%
G = 34.4%
B = 38.6%

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

#87ACC1 (or 0x87ACC1) is known color: Nepal. HEX triplet: 87, AC and C1. RGB value is (135,172,193). Sum of RGB (Red+Green+Blue) = 135+172+193=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #87ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC1 is #78533E. Grayscale: #A3A3A3. Windows color (decimal): -7885631 or 12692615. OLE color: 12692615.

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

Color convert

RGB 135 172 193 -
CMYK 0.30 0.11 0 0.24
HSL 201.72º 0.32% 0.64% -
HSV(B) 201.72º 0.3% 0.76% -
XYZ 34.37 38.51 56.07 -
YUV 163.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 135 172 193 0.30 0.11 0 0.24 201.72 0.32 0.64
Hex 87 AC C1 1E B 0 18 CA 20 40
Octal 207 254 301 36 13 0 30 312 40 100
Binary 10000111 10101100 11000001 11110 1011 0 11000 11001010 100000 1000000

Color Harmonies of #87ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACC1

Black with #87ACC1

Text Example


Text Example

White with #87ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,172,193); }

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

background-color css

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

 a { background-color: rgb(135,172,193); }

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

border-color css

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

 span { border-color: rgb(135,172,193); }

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