#8ce0bc

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

Shades of Vista Blue #8CE0BC

Tints of Vista Blue #8CE0BC

Color information

#8CE0BC (or 0x8CE0BC) is unknown color: approx Vista Blue. HEX triplet: 8C, E0 and BC. RGB value is (140,224,188). Sum of RGB (Red+Green+Blue) = 140+224+188=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE0BC is #731F43. Grayscale: #C2C2C2. Windows color (decimal): -7544644 or 12378252. OLE color: 12378252.

HSL color Cylindrical-coordinate representation of color #8CE0BC: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE0BC is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB140224188-
CMYK0.3800.160.12
HSL154.29º57.53%71.37%-
HSV(B)154.29º37.5%87.84%-
XYZ46.5562.5257.19-
YUV194.78124.1788.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.36%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=25.36%
G=40.58%
B=34.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402241880.3800.160.12154.2957.5371.37
Hex8CE0BC26010C9a3a47
Octal214340274460201423272107
Binary1000110011100000101111001001100100001100100110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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