Html Css Color HEX #8EB6CA Nepal

📋 copy color: '#8EB6CA'

red 142 ◦ green 182 ◦ blue 202

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

Shades of Nepal #8EB6CA

Tints of Nepal #8EB6CA

RGB

 RED value IS 142 (55.86% from 255) = 27%

 GREEN value IS 182 (71.48% from 255) = 34.6%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 27%
G = 34.6%
B = 38.4%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8EB6CA (or 0x8EB6CA) is known color: Nepal. HEX triplet: 8E, B6 and CA. RGB value is (142,182,202). Sum of RGB (Red+Green+Blue) = 142+182+202=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6CA is #714935. Grayscale: #ACACAC. Windows color (decimal): -7424310 or 13285006. OLE color: 13285006.

HSL color Cylindrical-coordinate representation of color #8EB6CA: hue angle of 200º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB6CA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 182 202 -
CMYK 0.30 0.10 0 0.21
HSL 200º 0.36% 0.67% -
HSV(B) 200º 0.3% 0.79% -
XYZ 38.54 43.47 62.24 -
YUV 172.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 142 182 202 0.30 0.10 0 0.21 200 0.36 0.67
Hex 8E B6 CA 1E A 0 15 C8 24 43
Octal 216 266 312 36 12 0 25 310 44 103
Binary 10001110 10110110 11001010 11110 1010 0 10101 11001000 100100 1000011

Color Harmonies of #8EB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB6CA

Black with #8EB6CA

Text Example


Text Example

White with #8EB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EB6CA; }

 p { color: rgb(142,182,202); }

 H1.HeaderClassName
 {
   color: #8EB6CA;
 }
 .AnyTagClassName
 {
   color: #8EB6CA;
 }
</style>

background-color css

<style>
 a { background-color: #8EB6CA; }

 a { background-color: rgb(142,182,202); }

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

border-color css

<style>
 span { border-color: #8EB6CA; }

 span { border-color: rgb(142,182,202); }

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