Html Css Color HEX #8EABBB Nepal

📋 copy color: '#8EABBB'

red 142 ◦ green 171 ◦ blue 187

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

Shades of Nepal #8EABBB

Tints of Nepal #8EABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 28.4%
G = 34.2%
B = 37.4%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EABBB (or 0x8EABBB) is known color: Nepal. HEX triplet: 8E, AB and BB. RGB value is (142,171,187). Sum of RGB (Red+Green+Blue) = 142+171+187=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBB is #715444. Grayscale: #A4A4A4. Windows color (decimal): -7427141 or 12299150. OLE color: 12299150.

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

Color convert

RGB 142 171 187 -
CMYK 0.24 0.09 0 0.27
HSL 201.33º 0.25% 0.65% -
HSV(B) 201.33º 0.24% 0.73% -
XYZ 34.69 38.46 52.61 -
YUV 164.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 142 171 187 0.24 0.09 0 0.27 201.33 0.25 0.65
Hex 8E AB BB 18 9 0 1B C9 19 41
Octal 216 253 273 30 11 0 33 311 31 101
Binary 10001110 10101011 10111011 11000 1001 0 11011 11001001 11001 1000001

Color Harmonies of #8EABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABBB

Black with #8EABBB

Text Example


Text Example

White with #8EABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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