#8ce3b4

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

Shades of Vista Blue #8CE3B4

Tints of Vista Blue #8CE3B4

Color information

#8CE3B4 (or 0x8CE3B4) is unknown color: approx Vista Blue. HEX triplet: 8C, E3 and B4. RGB value is (140,227,180). Sum of RGB (Red+Green+Blue) = 140+227+180=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3B4 is #731C4B. Grayscale: #C3C3C3. Windows color (decimal): -7543884 or 11854732. OLE color: 11854732.

HSL color Cylindrical-coordinate representation of color #8CE3B4: hue angle of 147.59º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE3B4 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB140227180-
CMYK0.3800.210.11
HSL147.59º60.84%71.96%-
HSV(B)147.59º38.33%89.02%-
XYZ46.5263.8153.04-
YUV195.63119.1888.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.59%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=25.59%
G=41.50%
B=32.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402271800.3800.210.11147.5960.8471.96
Hex8CE3B426015B943d48
Octal214343264460251322475110
Binary1000110011100011101101001001100101011011100101001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce3b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,227,180); }

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

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

 a { background-color: rgb(140,227,180); }

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

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

 span { border-color: rgb(140,227,180); }

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