Html Css Color HEX #87ADBE Nepal

📋 copy color: '#87ADBE'

red 135 ◦ green 173 ◦ blue 190

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

Shades of Nepal #87ADBE

Tints of Nepal #87ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 27.11%
G = 34.74%
B = 38.15%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87ADBE (or 0x87ADBE) is known color: Nepal. HEX triplet: 87, AD and BE. RGB value is (135,173,190). Sum of RGB (Red+Green+Blue) = 135+173+190=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #87ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADBE is #785241. Grayscale: #A3A3A3. Windows color (decimal): -7885378 or 12496263. OLE color: 12496263.

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

Color convert

RGB 135 173 190 -
CMYK 0.29 0.09 0 0.25
HSL 198.55º 0.3% 0.64% -
HSV(B) 198.55º 0.29% 0.75% -
XYZ 34.23 38.76 54.39 -
YUV 163.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 135 173 190 0.29 0.09 0 0.25 198.55 0.3 0.64
Hex 87 AD BE 1D 9 0 19 C7 1E 40
Octal 207 255 276 35 11 0 31 307 36 100
Binary 10000111 10101101 10111110 11101 1001 0 11001 11000111 11110 1000000

Color Harmonies of #87ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADBE

Black with #87ADBE

Text Example


Text Example

White with #87ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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