Html Css Color HEX #8CE9BE Vista Blue

📋 copy color: '#8CE9BE'

red 140 ◦ green 233 ◦ blue 190

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

Shades of Vista Blue #8CE9BE

Tints of Vista Blue #8CE9BE

RGB

 RED value IS 140 (55.08% from 255) = 24.87%

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 24.87%
G = 41.39%
B = 33.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#8CE9BE (or 0x8CE9BE) is known color: Vista Blue. HEX triplet: 8C, E9 and BE. RGB value is (140,233,190). Sum of RGB (Red+Green+Blue) = 140+233+190=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9BE is #731641. Grayscale: #C8C8C8. Windows color (decimal): -7542338 or 12511628. OLE color: 12511628.

HSL color Cylindrical-coordinate representation of color #8CE9BE: hue angle of 152.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9BE is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 190 -
CMYK 0.40 0 0.18 0.09
HSL 152.26º 0.68% 0.73% -
HSV(B) 152.26º 0.4% 0.91% -
XYZ 49.25 67.57 59.16 -
YUV 200.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 140 233 190 0.40 0 0.18 0.09 152.26 0.68 0.73
Hex 8C E9 BE 28 0 12 9 98 44 49
Octal 214 351 276 50 0 22 11 230 104 111
Binary 10001100 11101001 10111110 101000 0 10010 1001 10011000 1000100 1001001

Color Harmonies of #8CE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE9BE

Black with #8CE9BE

Text Example


Text Example

White with #8CE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,233,190); }

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

background-color css

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

 a { background-color: rgb(140,233,190); }

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

border-color css

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

 span { border-color: rgb(140,233,190); }

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