Html Css Color HEX #8CE6B8 Vista Blue

📋 copy color: '#8CE6B8'

red 140 ◦ green 230 ◦ blue 184

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

Shades of Vista Blue #8CE6B8

Tints of Vista Blue #8CE6B8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.52%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 25.27%
G = 41.52%
B = 33.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#8CE6B8 (or 0x8CE6B8) is known color: Vista Blue. HEX triplet: 8C, E6 and B8. RGB value is (140,230,184). Sum of RGB (Red+Green+Blue) = 140+230+184=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE6B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE6B8 is #731947. Grayscale: #C5C5C5. Windows color (decimal): -7543112 or 12117644. OLE color: 12117644.

HSL color Cylindrical-coordinate representation of color #8CE6B8: hue angle of 149.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE6B8 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 230 184 -
CMYK 0.39 0 0.2 0.10
HSL 149.33º 0.64% 0.73% -
HSV(B) 149.33º 0.39% 0.9% -
XYZ 47.76 65.63 55.5 -
YUV 197.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 140 230 184 0.39 0 0.2 0.10 149.33 0.64 0.73
Hex 8C E6 B8 27 0 14 A 95 40 49
Octal 214 346 270 47 0 24 12 225 100 111
Binary 10001100 11100110 10111000 100111 0 10100 1010 10010101 1000000 1001001

Color Harmonies of #8CE6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE6B8

Black with #8CE6B8

Text Example


Text Example

White with #8CE6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,230,184); }

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

background-color css

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

 a { background-color: rgb(140,230,184); }

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

border-color css

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

 span { border-color: rgb(140,230,184); }

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