Html Css Color HEX #87ACC0 Nepal

📋 copy color: '#87ACC0'

red 135 ◦ green 172 ◦ blue 192

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

Shades of Nepal #87ACC0

Tints of Nepal #87ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 27.05%
G = 34.47%
B = 38.48%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87ACC0 (or 0x87ACC0) is known color: Nepal. HEX triplet: 87, AC and C0. RGB value is (135,172,192). Sum of RGB (Red+Green+Blue) = 135+172+192=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #87ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC0 is #78533F. Grayscale: #A3A3A3. Windows color (decimal): -7885632 or 12627079. OLE color: 12627079.

HSL color Cylindrical-coordinate representation of color #87ACC0: hue angle of 201.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ACC0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 172 192 -
CMYK 0.30 0.10 0 0.25
HSL 201.05º 0.31% 0.64% -
HSV(B) 201.05º 0.3% 0.75% -
XYZ 34.26 38.46 55.49 -
YUV 163.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 135 172 192 0.30 0.10 0 0.25 201.05 0.31 0.64
Hex 87 AC C0 1E A 0 19 C9 1F 40
Octal 207 254 300 36 12 0 31 311 37 100
Binary 10000111 10101100 11000000 11110 1010 0 11001 11001001 11111 1000000

Color Harmonies of #87ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACC0

Black with #87ACC0

Text Example


Text Example

White with #87ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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