Html Css Color HEX #8EABBE Nepal

📋 copy color: '#8EABBE'

red 142 ◦ green 171 ◦ blue 190

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

Shades of Nepal #8EABBE

Tints of Nepal #8EABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 28.23%
G = 34%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EABBE (or 0x8EABBE) is known color: Nepal. HEX triplet: 8E, AB and BE. RGB value is (142,171,190). Sum of RGB (Red+Green+Blue) = 142+171+190=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBE is #715441. Grayscale: #A4A4A4. Windows color (decimal): -7427138 or 12495758. OLE color: 12495758.

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

Color convert

RGB 142 171 190 -
CMYK 0.25 0.10 0 0.25
HSL 203.75º 0.27% 0.65% -
HSV(B) 203.75º 0.25% 0.75% -
XYZ 35.01 38.59 54.32 -
YUV 164.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 142 171 190 0.25 0.10 0 0.25 203.75 0.27 0.65
Hex 8E AB BE 19 A 0 19 CC 1B 41
Octal 216 253 276 31 12 0 31 314 33 101
Binary 10001110 10101011 10111110 11001 1010 0 11001 11001100 11011 1000001

Color Harmonies of #8EABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABBE

Black with #8EABBE

Text Example


Text Example

White with #8EABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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