Html Css Color HEX #87AFC1 Nepal

📋 copy color: '#87AFC1'

red 135 ◦ green 175 ◦ blue 193

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

Shades of Nepal #87AFC1

Tints of Nepal #87AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 26.84%
G = 34.79%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87AFC1 (or 0x87AFC1) is known color: Nepal. HEX triplet: 87, AF and C1. RGB value is (135,175,193). Sum of RGB (Red+Green+Blue) = 135+175+193=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #87AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC1 is #78503E. Grayscale: #A4A4A4. Windows color (decimal): -7884863 or 12693383. OLE color: 12693383.

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

Color convert

RGB 135 175 193 -
CMYK 0.30 0.09 0 0.24
HSL 198.62º 0.32% 0.64% -
HSV(B) 198.62º 0.3% 0.76% -
XYZ 34.95 39.66 56.27 -
YUV 165.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 135 175 193 0.30 0.09 0 0.24 198.62 0.32 0.64
Hex 87 AF C1 1E 9 0 18 C7 20 40
Octal 207 257 301 36 11 0 30 307 40 100
Binary 10000111 10101111 11000001 11110 1001 0 11000 11000111 100000 1000000

Color Harmonies of #87AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AFC1

Black with #87AFC1

Text Example


Text Example

White with #87AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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