Html Css Color HEX #8CE9BC Vista Blue

📋 copy color: '#8CE9BC'

red 140 ◦ green 233 ◦ blue 188

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

Shades of Vista Blue #8CE9BC

Tints of Vista Blue #8CE9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 24.96%
G = 41.53%
B = 33.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#8CE9BC (or 0x8CE9BC) is known color: Vista Blue. HEX triplet: 8C, E9 and BC. RGB value is (140,233,188). Sum of RGB (Red+Green+Blue) = 140+233+188=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9BC is #731643. Grayscale: #C8C8C8. Windows color (decimal): -7542340 or 12380556. OLE color: 12380556.

HSL color Cylindrical-coordinate representation of color #8CE9BC: hue angle of 150.97º 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 #8CE9BC is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 188 -
CMYK 0.40 0 0.19 0.09
HSL 150.97º 0.68% 0.73% -
HSV(B) 150.97º 0.4% 0.91% -
XYZ 49.03 67.48 58.02 -
YUV 200.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 140 233 188 0.40 0 0.19 0.09 150.97 0.68 0.73
Hex 8C E9 BC 28 0 13 9 97 44 49
Octal 214 351 274 50 0 23 11 227 104 111
Binary 10001100 11101001 10111100 101000 0 10011 1001 10010111 1000100 1001001

Color Harmonies of #8CE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE9BC

Black with #8CE9BC

Text Example


Text Example

White with #8CE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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