Html Css Color HEX #8CE6B6 Vista Blue

📋 copy color: '#8CE6B6'

red 140 ◦ green 230 ◦ blue 182

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

Shades of Vista Blue #8CE6B6

Tints of Vista Blue #8CE6B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.97%

R = 25.36%
G = 41.67%
B = 32.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#8CE6B6 (or 0x8CE6B6) is known color: Vista Blue. HEX triplet: 8C, E6 and B6. RGB value is (140,230,182). Sum of RGB (Red+Green+Blue) = 140+230+182=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE6B6 is #731949. Grayscale: #C5C5C5. Windows color (decimal): -7543114 or 11986572. OLE color: 11986572.

HSL color Cylindrical-coordinate representation of color #8CE6B6: hue angle of 148º 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 #8CE6B6 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 230 182 -
CMYK 0.39 0 0.21 0.10
HSL 148º 0.64% 0.73% -
HSV(B) 148º 0.39% 0.9% -
XYZ 47.56 65.55 54.4 -
YUV 197.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 140 230 182 0.39 0 0.21 0.10 148 0.64 0.73
Hex 8C E6 B6 27 0 15 A 94 40 49
Octal 214 346 266 47 0 25 12 224 100 111
Binary 10001100 11100110 10110110 100111 0 10101 1010 10010100 1000000 1001001

Color Harmonies of #8CE6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE6B6

Black with #8CE6B6

Text Example


Text Example

White with #8CE6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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