Html Css Color HEX #8EEEAA Vista Blue

📋 copy color: '#8EEEAA'

red 142 ◦ green 238 ◦ blue 170

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

Shades of Vista Blue #8EEEAA

Tints of Vista Blue #8EEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 25.82%
G = 43.27%
B = 30.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#8EEEAA (or 0x8EEEAA) is known color: Vista Blue. HEX triplet: 8E, EE and AA. RGB value is (142,238,170). Sum of RGB (Red+Green+Blue) = 142+238+170=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEEAA is #711155. Grayscale: #C9C9C9. Windows color (decimal): -7410006 or 11202190. OLE color: 11202190.

HSL color Cylindrical-coordinate representation of color #8EEEAA: hue angle of 137.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEAA is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 238 170 -
CMYK 0.40 0 0.29 0.07
HSL 137.5º 0.74% 0.75% -
HSV(B) 137.5º 0.4% 0.93% -
XYZ 48.99 69.8 48.92 -
YUV 201.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 142 238 170 0.40 0 0.29 0.07 137.5 0.74 0.75
Hex 8E EE AA 28 0 1D 7 8A 4A 4B
Octal 216 356 252 50 0 35 7 212 112 113
Binary 10001110 11101110 10101010 101000 0 11101 111 10001010 1001010 1001011

Color Harmonies of #8EEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEEAA

Black with #8EEEAA

Text Example


Text Example

White with #8EEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,238,170); }

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

background-color css

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

 a { background-color: rgb(142,238,170); }

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

border-color css

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

 span { border-color: rgb(142,238,170); }

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