Html Css Color HEX #8EABBF Nepal

📋 copy color: '#8EABBF'

red 142 ◦ green 171 ◦ blue 191

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

Shades of Nepal #8EABBF

Tints of Nepal #8EABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 28.17%
G = 33.93%
B = 37.9%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EABBF (or 0x8EABBF) is known color: Nepal. HEX triplet: 8E, AB and BF. RGB value is (142,171,191). Sum of RGB (Red+Green+Blue) = 142+171+191=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBF is #715440. Grayscale: #A4A4A4. Windows color (decimal): -7427137 or 12561294. OLE color: 12561294.

HSL color Cylindrical-coordinate representation of color #8EABBF: hue angle of 204.49º 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 #8EABBF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 171 191 -
CMYK 0.26 0.10 0 0.25
HSL 204.49º 0.28% 0.65% -
HSV(B) 204.49º 0.26% 0.75% -
XYZ 35.12 38.64 54.9 -
YUV 164.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 142 171 191 0.26 0.10 0 0.25 204.49 0.28 0.65
Hex 8E AB BF 1A A 0 19 CC 1C 41
Octal 216 253 277 32 12 0 31 314 34 101
Binary 10001110 10101011 10111111 11010 1010 0 11001 11001100 11100 1000001

Color Harmonies of #8EABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABBF

Black with #8EABBF

Text Example


Text Example

White with #8EABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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