Html Css Color HEX #8ECBAE Vista Blue

📋 copy color: '#8ECBAE'

red 142 ◦ green 203 ◦ blue 174

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

Shades of Vista Blue #8ECBAE

Tints of Vista Blue #8ECBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 27.36%
G = 39.11%
B = 33.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#8ECBAE (or 0x8ECBAE) is known color: Vista Blue. HEX triplet: 8E, CB and AE. RGB value is (142,203,174). Sum of RGB (Red+Green+Blue) = 142+203+174=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBAE is #713451. Grayscale: #B5B5B5. Windows color (decimal): -7418962 or 11455374. OLE color: 11455374.

HSL color Cylindrical-coordinate representation of color #8ECBAE: hue angle of 151.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBAE is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 203 174 -
CMYK 0.30 0 0.14 0.20
HSL 151.48º 0.37% 0.68% -
HSV(B) 151.48º 0.3% 0.8% -
XYZ 40.15 51.52 47.87 -
YUV 181.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 142 203 174 0.30 0 0.14 0.20 151.48 0.37 0.68
Hex 8E CB AE 1E 0 E 14 97 25 44
Octal 216 313 256 36 0 16 24 227 45 104
Binary 10001110 11001011 10101110 11110 0 1110 10100 10010111 100101 1000100

Color Harmonies of #8ECBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECBAE

Black with #8ECBAE

Text Example


Text Example

White with #8ECBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,203,174); }

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

background-color css

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

 a { background-color: rgb(142,203,174); }

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

border-color css

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

 span { border-color: rgb(142,203,174); }

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