#8CEFBC

Color #8CEFBC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8CEFBC

Tints of Vista Blue #8CEFBC

Color information

#8CEFBC (or 0x8CEFBC) is unknown color: approx Vista Blue. HEX triplet: 8C, EF and BC. RGB value is (140,239,188). Sum of RGB (Red+Green+Blue) = 140+239+188=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFBC is #731043. Grayscale: #CBCBCB. Windows color (decimal): -7540804 or 12382092. OLE color: 12382092.

HSL color Cylindrical-coordinate representation of color #8CEFBC: hue angle of 149.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFBC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB140239188-
CMYK0.4100.210.06
HSL149.09º75.57%74.31%-
HSV(B)149.09º41.42%93.73%-
XYZ50.7670.9458.59-
YUV203.58119.282.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.69%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=24.69%
G=42.15%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391880.4100.210.06149.0975.5774.31
Hex8CEFBC290156954c4a
Octal214357274510256225114112
Binary1000110011101111101111001010010101011101001010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CEFBC;
 }
 .AnyTagClassName
 {
   color: #8CEFBC;
 }
</style>
background-color css

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

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

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

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

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

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