Html Css Color HEX #8EABBC Nepal

📋 copy color: '#8EABBC'

red 142 ◦ green 171 ◦ blue 188

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

Shades of Nepal #8EABBC

Tints of Nepal #8EABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 28.34%
G = 34.13%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EABBC (or 0x8EABBC) is known color: Nepal. HEX triplet: 8E, AB and BC. RGB value is (142,171,188). Sum of RGB (Red+Green+Blue) = 142+171+188=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBC is #715443. Grayscale: #A4A4A4. Windows color (decimal): -7427140 or 12364686. OLE color: 12364686.

HSL color Cylindrical-coordinate representation of color #8EABBC: hue angle of 202.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EABBC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 171 188 -
CMYK 0.24 0.09 0 0.26
HSL 202.17º 0.26% 0.65% -
HSV(B) 202.17º 0.24% 0.74% -
XYZ 34.8 38.51 53.18 -
YUV 164.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 142 171 188 0.24 0.09 0 0.26 202.17 0.26 0.65
Hex 8E AB BC 18 9 0 1A CA 1A 41
Octal 216 253 274 30 11 0 32 312 32 101
Binary 10001110 10101011 10111100 11000 1001 0 11010 11001010 11010 1000001

Color Harmonies of #8EABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABBC

Black with #8EABBC

Text Example


Text Example

White with #8EABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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