Html Css Color HEX #8EABC0 Nepal

📋 copy color: '#8EABC0'

red 142 ◦ green 171 ◦ blue 192

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

Shades of Nepal #8EABC0

Tints of Nepal #8EABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

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

R = 28.12%
G = 33.86%
B = 38.02%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EABC0 (or 0x8EABC0) is known color: Nepal. HEX triplet: 8E, AB and C0. RGB value is (142,171,192). Sum of RGB (Red+Green+Blue) = 142+171+192=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABC0 is #71543F. Grayscale: #A4A4A4. Windows color (decimal): -7427136 or 12626830. OLE color: 12626830.

HSL color Cylindrical-coordinate representation of color #8EABC0: hue angle of 205.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EABC0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 171 192 -
CMYK 0.26 0.11 0 0.25
HSL 205.2º 0.28% 0.65% -
HSV(B) 205.2º 0.26% 0.75% -
XYZ 35.23 38.68 55.48 -
YUV 164.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 142 171 192 0.26 0.11 0 0.25 205.2 0.28 0.65
Hex 8E AB C0 1A B 0 19 CD 1C 41
Octal 216 253 300 32 13 0 31 315 34 101
Binary 10001110 10101011 11000000 11010 1011 0 11001 11001101 11100 1000001

Color Harmonies of #8EABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABC0

Black with #8EABC0

Text Example


Text Example

White with #8EABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,192); }

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

background-color css

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

 a { background-color: rgb(142,171,192); }

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

border-color css

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

 span { border-color: rgb(142,171,192); }

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