#8cefb2

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

Shades of Vista Blue #8CEFB2

Tints of Vista Blue #8CEFB2

Color information

#8CEFB2 (or 0x8CEFB2) is unknown color: approx Vista Blue. HEX triplet: 8C, EF and B2. RGB value is (140,239,178). Sum of RGB (Red+Green+Blue) = 140+239+178=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEFB2 is #73104D. Grayscale: #CACACA. Windows color (decimal): -7540814 or 11726732. OLE color: 11726732.

HSL color Cylindrical-coordinate representation of color #8CEFB2: hue angle of 143.03º 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 #8CEFB2 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB140239178-
CMYK0.4100.260.06
HSL143.03º75.57%74.31%-
HSV(B)143.03º41.42%93.73%-
XYZ49.7270.5253.11-
YUV202.44114.283.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=25.13%
G=42.91%
B=31.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391780.4100.260.06143.0375.5774.31
Hex8CEFB22901A68f4c4a
Octal214357262510326217114112
Binary1000110011101111101100101010010110101101000111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cefb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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